Browse Source

fixed StellareModular

pull/14/head
Jeremy Wentworth 7 years ago
parent
commit
751c4e27c0
1 changed files with 22 additions and 11 deletions
  1. +22
    -11
      plugins/StellareModular.json

+ 22
- 11
plugins/StellareModular.json View File

@@ -1,12 +1,23 @@
{
"slug": "StellareModular",
"name": "Stellare Modular",
"license": "MIT",
"version": "0.5.0",
"homepage": "https://www.facebook.com/stellaremodular/",
"manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md",
"source": "https://github.com/stellare-modular",
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"downloads": ["win", "lin", "mac"],
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7",
}
"slug": "StellareModular",
"name": "Stellare Modular",
"license": "MIT",
"version": "0.5.0",
"homepage": "https://www.facebook.com/stellaremodular/",
"manual": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md",
"source": "https://github.com/stellare-modular",
"downloads": {
"win": {
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7"
},
"mac": {
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7"
},
"lin": {
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7"
}
}
}

Loading…
Cancel
Save