Browse Source

Fixed misplaced plugin json. (#171)

* plugins/mtsch-plugins.json

* Fixed wrong location of json file.
pull/172/head
mtsch Andrew Belt 7 years ago
parent
commit
3c9dfeadb1
2 changed files with 4 additions and 28 deletions
  1. +0
    -17
      mtsch-plugins.json
  2. +4
    -11
      plugins/mtsch-plugins.json

+ 0
- 17
mtsch-plugins.json View File

@@ -1,17 +0,0 @@
{
"slug": "mtsch-plugins",
"name": "mtsch",
"author": "mtsch",
"license": "MIT",
"version": "0.5.1",
"homepage": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"manual": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"source": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"donation": "https://www.paypal.me/matcuf",
"downloads": {
"lin": {
"download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.2/mtsch-plugins-0.5.2-lin.zip",
"sha256": "9adbe47de87e69295c3b6eb23ce6f3c29a69d6e69e16835c4d5a84051a016b7e"
}
}
}

+ 4
- 11
plugins/mtsch-plugins.json View File

@@ -3,22 +3,15 @@
"name": "mtsch",
"author": "mtsch",
"license": "MIT",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"manual": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"source": "https://github.com/mtsch/mtsch-vcvrack-plugins",
"donation": "https://www.paypal.me/matcuf",
"downloads": {
"lin": {
"download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.1/mtsch-plugins-0.5.1-lin.zip",
"sha256": "4a2e3d8ef0df76193ccf077b402ec77c3bafdea3e7d2ac60aa99834fa8e7f070"
},
"win": {
"download": "https://github.com/mtsch/mtsch-vcvrack-plugins/files/1611272/mtsch-plugins-0.5.1-win.zip",
"sha256": "60658d0959ca6902057e40003b5e216b6ae2de15f8bef0bfe21260adc018ccfd"
},
"mac": {
"download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.1/mtsch-plugins-0.5.1-mac.zip",
"sha256": "51bb4e5b909cae23ceeb9695aefbcb4b42358056adabb47ca2336d34aeb734c8"
"download": "https://github.com/mtsch/mtsch-vcvrack-plugins/releases/download/v0.5.2/mtsch-plugins-0.5.2-lin.zip",
"sha256": "9adbe47de87e69295c3b6eb23ce6f3c29a69d6e69e16835c4d5a84051a016b7e"
}
}
}

Loading…
Cancel
Save