Browse Source

Merge 52b72fe5f7 into 7a2ee85133

pull/208/merge
Jerry Sievert GitHub 7 years ago
parent
commit
b005ddae9d
2 changed files with 31 additions and 7 deletions
  1. +24
    -0
      plugins/DrumKit.json
  2. +7
    -7
      plugins/SynthKit.json

+ 24
- 0
plugins/DrumKit.json View File

@@ -0,0 +1,24 @@
{
"slug": "DrumKit",
"name": "DrumKit",
"author": "Jerry Sievert",
"license": "BSD 3-clause",
"version": "0.5.1",
"homepage": "https://github.com/JerrySievert/DrumKit/blob/master/README.md",
"manual": "https://github.com/JerrySievert/DrumKit/tree/master/docs",
"source": "https://github.com/JerrySievert/DrumKit",
"downloads": {
"win": {
"download": "https://github.com/JerrySievert/DrumKit/releases/download/v0.5.1/DrumKit-0.5.1-win.zip",
"sha256": "1badcac1d18f0e2e714fa5d65a77778d661e1ee92136327ec53aed847155b238"
},
"lin": {
"download": "https://github.com/JerrySievert/DrumKit/releases/download/v0.5.1/DrumKit-0.5.1-lin.zip",
"sha256": "0bbfadbe3f2e852727d1d0e015a1d700a555704003ea0db5dcc92a0f1e4d0390"
},
"mac": {
"download": "https://github.com/JerrySievert/DrumKit/releases/download/v0.5.1/DrumKit-0.5.1-mac.zip",
"sha256": "43bdf26748b29c7aa85b9789b9fa916f5ee3991220f49dafa753a42d3f8c3206"
}
}
}

+ 7
- 7
plugins/SynthKit.json View File

@@ -3,22 +3,22 @@
"name": "SynthKit", "name": "SynthKit",
"author": "Jerry Sievert", "author": "Jerry Sievert",
"license": "BSD 3-clause", "license": "BSD 3-clause",
"version": "0.5.1",
"version": "0.5.4",
"homepage": "https://github.com/JerrySievert/SynthKit/blob/master/README.md", "homepage": "https://github.com/JerrySievert/SynthKit/blob/master/README.md",
"manual": "https://github.com/JerrySievert/SynthKit/tree/master/docs", "manual": "https://github.com/JerrySievert/SynthKit/tree/master/docs",
"source": "https://github.com/JerrySievert/SynthKit", "source": "https://github.com/JerrySievert/SynthKit",
"downloads": { "downloads": {
"win": { "win": {
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-win.zip",
"sha256": "2413f796437f537de606523dec78c6f0447fd0bee5680e3e4b21c441db54454d"
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.4/SynthKit-0.5.4-win.zip",
"sha256": "bf4bf7350585c1861274e91a536d1e6977d39156a63733d4bea6856ad2747ee3"
}, },
"lin": { "lin": {
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-lin.zip",
"sha256": "adc547247096c18736374b1c9d66676bcf76c3f36a03212e23825dc9d11da28c"
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.4/SynthKit-0.5.4-lin.zip",
"sha256": "a15ceb9400cb2d93a831a8315441c3d0b55c73139896ecc3008e5cfbb2691a0c"
}, },
"mac": { "mac": {
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-mac.zip",
"sha256": "9aa2c710c5b9ea704d3a60a8319a13f292ae1540aeea18b0cc8e7d7885017dc3"
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.4/SynthKit-0.5.4-mac.zip",
"sha256": "481b39b12122570de9432a6f482531464857bdb5f6b49c45e589621723446107"
} }
} }
} }

Loading…
Cancel
Save