Browse Source

split arable instruments into two manifests

pull/16/head
Jeremy Wentworth 7 years ago
parent
commit
419c5f3178
2 changed files with 36 additions and 2 deletions
  1. +16
    -2
      plugins/ArableInstruments.json
  2. +20
    -0
      plugins/ParableInstruments.json

+ 16
- 2
plugins/ArableInstruments.json View File

@@ -1,6 +1,20 @@
{
"slug": "ArableInstruments",
"name": "Arable Instruments",
"version": "0.4.0",
"source": "https://github.com/adbrant/ArableInstruments"
"version": "0.5.0",
"source": "https://github.com/adbrant/ArableInstruments",
"downloads": {
"win": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ArableInstruments-v0.5.0-win.zip",
"sha256": "45723f337b43c125ff20ab20fda6e31bccd58ac5a847b8d0bbe86f507b4c347a"
},
"mac": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ArableInstruments-v0.5.0-mac.zip",
"sha256": "ab329cb3d9d4a82ae1f715a18c136ed9b436f7b656940ca765b495e93a59d37b"
},
"lin": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ArableInstruments-v0.5.0-lin.zip",
"sha256": "f0fd0913397081a279350899cbc5389d1bd48024638b1223dafd61c3570e39ea"
}
}
}

+ 20
- 0
plugins/ParableInstruments.json View File

@@ -0,0 +1,20 @@
{
"slug": "ParableInstruments",
"name": "Arable Instruments",
"version": "0.5.0",
"source": "https://github.com/adbrant/ArableInstruments",
"downloads": {
"win": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ParableInstruments-v0.5.0-win.zip",
"sha256": "7bf6ba8d95f79d251189043e90f676f0db25e390fc765192fee8350ef6fc6834"
},
"mac": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ParableInstruments-v0.5.0-mac.zip",
"sha256": "d5565dcf66f993d7d3f798d1b7f2144c167b2759001c1dda700a4280c2fad6f7"
},
"lin": {
"download": "https://github.com/adbrant/ArableInstruments/releases/download/v0.5.0/ParableInstruments-v0.5.0-lin.zip",
"sha256": "d4646e04057d1bcc30dd3e540247b8b9012826ca51508fcc83afb798ce492c69"
}
}
}

Loading…
Cancel
Save