@@ -50,7 +50,7 @@ Keys with * are required. | |||||
- **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. | - **name**: Human-readable display name for your plugin. Defaults to the slug if omitted. May change on a whim. | ||||
- **author**: Your name, company, alias, or GitHub username, whichever you prefer | - **author**: Your name, company, alias, or GitHub username, whichever you prefer | ||||
- **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. | - **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. | ||||
- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved. | |||||
- **license**: The license type of your plugin. Use "proprietary" if all rights are reserved. If your license is in the [SPDX license list](https://spdx.org/licenses/), use its abbreviation in the "Identifier" column. | |||||
- **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL. | - **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL. | ||||
- **donation**: URL of your donation page. Use this to provide a URL to users who wish to donate. | - **donation**: URL of your donation page. Use this to provide a URL to users who wish to donate. | ||||
- **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. | - **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine. | ||||
@@ -3,23 +3,23 @@ | |||||
"name": "AS", | "name": "AS", | ||||
"author": "Alfredo Santamaria", | "author": "Alfredo Santamaria", | ||||
"license": "MIT License", | "license": "MIT License", | ||||
"version": "0.5.3", | |||||
"version": "0.5.4", | |||||
"homepage": "https://github.com/AScustomWorks/AS", | "homepage": "https://github.com/AScustomWorks/AS", | ||||
"donation": "https://www.paypal.me/frederius/", | "donation": "https://www.paypal.me/frederius/", | ||||
"manual": "https://github.com/AScustomWorks/AS/blob/master/README.md", | "manual": "https://github.com/AScustomWorks/AS/blob/master/README.md", | ||||
"source": "https://github.com/AScustomWorks/AS", | "source": "https://github.com/AScustomWorks/AS", | ||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-win.zip", | |||||
"sha256": "d7ee1f1ba5ceae23a91fc8464eea37dc0e14de6b9c4b41efe5810ae4dc9644e3" | |||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-win.zip", | |||||
"sha256": "0a273330e37f6a1a318e927c7caf4504fd5ebd468c37061f94c4799762276470" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-lin.zip", | |||||
"sha256": "53d6d9926893a3ac6c583e48cec82fce88855d8b358a4b8a6e71d72787cdb90e" | |||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-lin.zip", | |||||
"sha256": "b97578e2c713564c76974d9519e845d44a5a99389b7ffb7eb7ef64d1f6cdebc4" | |||||
}, | }, | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-mac.zip", | |||||
"sha256": "7307e8eca28e56d4926eda216f1192d259345fbeeb7d8645c59c1450595d364d" | |||||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-mac.zip", | |||||
"sha256": "bc2b36cc76012e93528fc6f20a9486fc9a6ae81b2d075f38a5fe2e28032973fe" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -0,0 +1,19 @@ | |||||
{ | |||||
"slug": "Autinn", | |||||
"name": "Autinn", | |||||
"author": "Nikolai V. Chr.", | |||||
"license": "proprietary", | |||||
"version": "0.5.1.18", | |||||
"homepage": "https://github.com/NikolaiVChr/Autinn", | |||||
"manual": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", | |||||
"downloads": { | |||||
"win": { | |||||
"download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-win.zip", | |||||
"sha256": "6898172d6efb0d850d6802dcc923034fbe19fea6abbde8d6412a1478faaeb700" | |||||
}, | |||||
"lin": { | |||||
"download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-lin.zip", | |||||
"sha256": "581a305bb98bcb500a9170fddef87a1191a6fbde0fbb41f6967bab8d0ecd561f" | |||||
} | |||||
} | |||||
} |
@@ -2,19 +2,23 @@ | |||||
"slug": "Bidoo", | "slug": "Bidoo", | ||||
"name": "bid°°", | "name": "bid°°", | ||||
"author": "sebastien-bouffier", | "author": "sebastien-bouffier", | ||||
"version": "0.5.16", | |||||
"version": "0.5.17", | |||||
"license": "BSD 3-clause", | "license": "BSD 3-clause", | ||||
"donation": "https://paypal.me/sebastienbouffier", | "donation": "https://paypal.me/sebastienbouffier", | ||||
"manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", | "manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", | ||||
"source": "https://github.com/sebastien-bouffier/Bidoo", | "source": "https://github.com/sebastien-bouffier/Bidoo", | ||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1609276/Bidoo-0.5.16-win.zip", | |||||
"sha256": "3b51231384aea2105554f0d47d1fb4609630da495030844c88a3219101b2a30e" | |||||
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1640835/Bidoo-0.5.17-win.zip", | |||||
"sha256": "39936f2ed0c00fa54c59e1dcca13b4da9477577bc69ca4968d67a03a172eb324" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1609835/Bidoo-0.5.16-lin.zip", | |||||
"sha256": "e4881f12111fa819c7dc7297975f46c015998c64de749a90f21c7eb930fdbdda" | |||||
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1640880/Bidoo-0.5.17-lin.zip", | |||||
"sha256": "82d3e37eda91b14e658b46a23e320cfeacd707b1f57907ad7529e9fab33a1068" | |||||
}, | |||||
"mac": { | |||||
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1645750/Bidoo-0.5.17-mac.zip", | |||||
"sha256": "a22bea407068ad60bfb2b1d8ba6dba94e2c607252f47ce2e977f10db7d405a81" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -0,0 +1,10 @@ | |||||
{ | |||||
"slug": "Blamsoft-XFXDistortionPack", | |||||
"name": "XFX Distortion Pack", | |||||
"author": "Blamsoft", | |||||
"license": "proprietary", | |||||
"version": "0.5.1", | |||||
"homepage": "http://blamsoft.com/vcv-rack/xfx-distortion-pack", | |||||
"manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf", | |||||
"productId": "800730710059" | |||||
} |
@@ -0,0 +1,10 @@ | |||||
{ | |||||
"slug": "Blamsoft-XFXF35", | |||||
"name": "XFX F-35", | |||||
"author": "Blamsoft", | |||||
"license": "proprietary", | |||||
"version": "0.5.2", | |||||
"homepage": "http://blamsoft.com/vcv-rack/xfx-f-35", | |||||
"manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXF35UserManual.pdf", | |||||
"productId": "866262974507" | |||||
} |
@@ -0,0 +1,10 @@ | |||||
{ | |||||
"slug": "Blamsoft-XFXReverb", | |||||
"name": "XFX Reverb", | |||||
"author": "Blamsoft", | |||||
"license": "proprietary", | |||||
"version": "0.5.2", | |||||
"homepage": "http://blamsoft.com/vcv-rack/xfx-reverb", | |||||
"manual": "http://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf", | |||||
"productId": "753556324395" | |||||
} |
@@ -0,0 +1,10 @@ | |||||
{ | |||||
"slug": "HotBunny", | |||||
"name": "Hot Bunny", | |||||
"author": "Matthew Friedrichs", | |||||
"license": "proprietary", | |||||
"version": "0.5.1", | |||||
"manual": "https://github.com/matthewfriedrichs/HotBunnyManual/wiki/01.-Module-Overviews", | |||||
"productId": "802049556523" | |||||
} |
@@ -4,7 +4,7 @@ | |||||
"version": "0.5.9", | "version": "0.5.9", | ||||
"author": "Jeremy Wentworth", | "author": "Jeremy Wentworth", | ||||
"homepage": "http://jeremywentworth.com", | "homepage": "http://jeremywentworth.com", | ||||
"donation": "https://www.paypal.me/jeremywen", | |||||
"donation": "https://www.patreon.com/jeremywen", | |||||
"manual": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", | "manual": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", | ||||
"source": "https://github.com/jeremywen/JW-Modules", | "source": "https://github.com/jeremywen/JW-Modules", | ||||
"downloads": { | "downloads": { | ||||
@@ -21,4 +21,4 @@ | |||||
"sha256": "2e90a1a64518254275f73abf1fa9ad8ec2dceb88964e9a5b8486c384b975e852" | "sha256": "2e90a1a64518254275f73abf1fa9ad8ec2dceb88964e9a5b8486c384b975e852" | ||||
} | } | ||||
} | } | ||||
} | |||||
} |
@@ -2,21 +2,20 @@ | |||||
"slug": "MSM", | "slug": "MSM", | ||||
"name": "MSM", | "name": "MSM", | ||||
"author": "Phal-anx", | "author": "Phal-anx", | ||||
"version": "0.5.5", | |||||
"version": "0.5.6", | |||||
"manual": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", | "manual": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", | ||||
"source": "https://github.com/Phal-anx/MSM", | |||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-win.zip", | |||||
"sha256": "8090263893d1219c6d521f6a9039e5c2dd0c37ee351ea260f85f00ce8238ee90" | |||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-win.zip", | |||||
"sha256": "f645342f8c1d87fd436bb3fb672cc5ba8abe000685846017f003aebcfe8b93f5" | |||||
}, | }, | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-mac.zip", | |||||
"sha256": "03336c856fc6c1dda7d3ba099665cc5de9e25a9d6cec3fa2440f235b5c5b2115" | |||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-mac.zip", | |||||
"sha256": "3c58060e2db3167611f8f51afc32eebfc522fbef21cd63fbde80132eadd7c561" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.5/MSM-0.5.5-lin.zip", | |||||
"sha256": "07ec99e12bec81b9e0fcdc3f76df4fac6e426ede62ceb867924e3ed6e04c38f6" | |||||
"download": "https://github.com/Phal-anx/MSM/releases/download/0.5.6/MSM-0.5.6-lin.zip", | |||||
"sha256": "7a3062206afb4fb44929a04ed3844978b1f14ac232f8219328ae387b00fb812b" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -1,21 +1,21 @@ | |||||
{ | { | ||||
"slug": "NYSTHI", | "slug": "NYSTHI", | ||||
"name": "NYSTHI", | "name": "NYSTHI", | ||||
"version": "0.5.11", | |||||
"version": "0.5.12", | |||||
"homepage": "https://github.com/nysthi/nysthi", | "homepage": "https://github.com/nysthi/nysthi", | ||||
"manual": "https://github.com/nysthi/nysthi/blob/master/README.md", | "manual": "https://github.com/nysthi/nysthi/blob/master/README.md", | ||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", | |||||
"sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" | |||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", | |||||
"sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" | |||||
}, | }, | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", | |||||
"sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" | |||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", | |||||
"sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.11/NYSTHI.zip", | |||||
"sha256": "815102b214b1a56c963ad3ea94a6b26ff3e707516ddaa0af15a498d4304bd978" | |||||
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.12/NYSTHI.zip", | |||||
"sha256": "060edcc9b9b7d9ea99478ef8f5ef2ad5006da479c2b03e1c885bb2d81bf2de4d" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -3,22 +3,22 @@ | |||||
"name": "Non Linear Instruments", | "name": "Non Linear Instruments", | ||||
"author": "NonLinearInstruments", | "author": "NonLinearInstruments", | ||||
"license": "BSD 3-clause", | "license": "BSD 3-clause", | ||||
"version": "0.5.1", | |||||
"version": "0.5.3", | |||||
"homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | "homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | ||||
"manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", | "manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", | ||||
"source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | "source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | ||||
"downloads": { | "downloads": { | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-mac.zip", | |||||
"sha256": "a1151486477c70644210c5229cb15a29894065ba3495d8bf83a2541e3a3cdeb3" | |||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-mac.zip", | |||||
"sha256": "127ae5e6ea9748fb1d577305427cbaf5114de448995f8a252adc70709308b3b5" | |||||
}, | }, | ||||
"win": { | "win": { | ||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-win.zip", | |||||
"sha256": "fbec569b54d21dcd70cd64ac676ff7aa80c5e96806da25851a6ee8995ef78b3e" | |||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-win.zip", | |||||
"sha256": "27d332f54177a8cb629889db883c574fe02dc6e4278611cfc09c24dad8d2fac4" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.1/NonLinearInstruments-0.5.1-lin.zip", | |||||
"sha256": "fa6be52825bed83df002b431ebc8dd6f4cd799ef45c4e6808be02b998990e95a" | |||||
"download": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/releases/download/0.5.3/NonLinearInstruments-0.5.3-lin.zip", | |||||
"sha256": "e23b29d68c6c69bc4ae5fcdf4fc72f788a14c648ef63bbf017a906878c2a5a4b" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -0,0 +1,17 @@ | |||||
{ | |||||
"slug": "PulsumQuadratum-rtlsdr", | |||||
"name": "Pulsum Quadratum RTL_SDR", | |||||
"author": "Jon Williams", | |||||
"license": "GPL-2", | |||||
"version": "0.5.0", | |||||
"homepage": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | |||||
"donation": "https://www.paypal.me/wizardishungry", | |||||
"manual": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | |||||
"source": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/", | |||||
"downloads": { | |||||
"mac": { | |||||
"download": "https://github.com/WIZARDISHUNGRY/vcvrack-rtlsdr/releases/download/v0.5.0/PulsumQuadratum-rtlsdr-0.5.0-mac.zip", | |||||
"sha256": "9fc05f4c7c41d56c6c1ef417e6ea107a47d8d0d424e999e1b80edb490a9e1904" | |||||
} | |||||
} | |||||
} |
@@ -2,7 +2,24 @@ | |||||
"slug": "PvC", | "slug": "PvC", | ||||
"name": "PvC", | "name": "PvC", | ||||
"author": "phdsg", | "author": "phdsg", | ||||
"version": "0.5.1", | |||||
"source": "https://github.com/phdsg/PvC", | |||||
"manual": "https://github.com/phdsg/PvC/blob/master/README.md" | |||||
} | |||||
"license": "BSD 3-clause", | |||||
"version": "0.5.7", | |||||
"homepage": "https://phdsg.github.io/PvC/", | |||||
"donation": "https://gumroad.com/pvc", | |||||
"manual": "https://phdsg.github.io/PvC/", | |||||
"source": "https://github.com/phdsg/PvC.git", | |||||
"downloads": { | |||||
"win": { | |||||
"download": "https://github.com/phdsg/PvC/releases/download/0.5.7/PvC-0.5.7-win.zip", | |||||
"sha256": "5ee7caed1ef2a18ca2dd1d5e7168e72fb2c659fd54cccfb5c61083ed4fbaf7b3" | |||||
}, | |||||
"lin": { | |||||
"download": "https://github.com/phdsg/PvC/releases/download/0.5.7/PvC-0.5.7-lin.zip", | |||||
"sha256": "c2d5e3ab8d01cac462824375c824e5804a1ae422e674ed4642e1f22e035f07cd" | |||||
}, | |||||
"mac": { | |||||
"download": "https://github.com/phdsg/PvC/releases/download/0.5.7/PvC-0.5.7-mac.zip", | |||||
"sha256": "afe0432c467a8302d052401773ee08102fee6376f0c43243ffca86e299bc9545" | |||||
} | |||||
} | |||||
} |
@@ -8,11 +8,11 @@ | |||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-win.zip?raw=true", | "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-win.zip?raw=true", | ||||
"sh256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" | |||||
"sha256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" | |||||
}, | }, | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-mac.zip?raw=true", | "download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-mac.zip?raw=true", | ||||
"sh256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" | |||||
"sha256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -0,0 +1,24 @@ | |||||
{ | |||||
"slug": "SynthKit", | |||||
"name": "SynthKit", | |||||
"author": "Jerry Sievert", | |||||
"license": "BSD 3-clause", | |||||
"version": "0.5.1", | |||||
"homepage": "https://github.com/JerrySievert/SynthKit/blob/master/README.md", | |||||
"manual": "https://github.com/JerrySievert/SynthKit/tree/master/docs", | |||||
"source": "https://github.com/JerrySievert/SynthKit", | |||||
"downloads": { | |||||
"win": { | |||||
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-win.zip", | |||||
"sha256": "2413f796437f537de606523dec78c6f0447fd0bee5680e3e4b21c441db54454d" | |||||
}, | |||||
"lin": { | |||||
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-lin.zip", | |||||
"sha256": "adc547247096c18736374b1c9d66676bcf76c3f36a03212e23825dc9d11da28c" | |||||
}, | |||||
"mac": { | |||||
"download": "https://github.com/JerrySievert/SynthKit/releases/download/v0.5.1/SynthKit-0.5.1-mac.zip", | |||||
"sha256": "9aa2c710c5b9ea704d3a60a8319a13f292ae1540aeea18b0cc8e7d7885017dc3" | |||||
} | |||||
} | |||||
} |
@@ -2,22 +2,22 @@ | |||||
"slug": "cf", | "slug": "cf", | ||||
"name": "cf", | "name": "cf", | ||||
"author": "clément foulc", | "author": "clément foulc", | ||||
"version": "0.5.12", | |||||
"version": "0.5.13", | |||||
"donation": "https://www.paypal.me/cfoulc", | "donation": "https://www.paypal.me/cfoulc", | ||||
"source": "https://github.com/cfoulc/cf", | "source": "https://github.com/cfoulc/cf", | ||||
"manual": "https://github.com/cfoulc/cf/blob/master/README.md", | "manual": "https://github.com/cfoulc/cf/blob/master/README.md", | ||||
"downloads": { | "downloads": { | ||||
"win": { | "win": { | ||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-win.zip", | |||||
"sha256": "8c85910297a89e96028818572a571826d74da562c180455210a8bd51155a6c9b" | |||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-win.zip", | |||||
"sha256": "bbf424aae8d1d313720059c2d478d2e3df6d88037d0fcbfe31e3296d4e160341" | |||||
}, | }, | ||||
"mac": { | "mac": { | ||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-mac.zip", | |||||
"sha256": "e9c528a5e543c87122b161eae669608c8095d186da45cafbc42ac138a709f41f" | |||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-mac.zip", | |||||
"sha256": "bb8d54b8db7dc1d7f43b4fb006846843b60465a94e78e478a963e3b5edc5a8ca" | |||||
}, | }, | ||||
"lin": { | "lin": { | ||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.12/cf-0.5.12-lin.zip", | |||||
"sha256": "08703da64c52d795ea1200f59602b513edaf3ec97896ed78a081da5b12fb6a04" | |||||
"download": "https://github.com/cfoulc/cf/releases/download/0.5.13/cf-0.5.13-lin.zip", | |||||
"sha256": "324142c3b7e5f25383af6f4d16ad617be480f50f6280088b501805d2f8eb8d06" | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -3,22 +3,15 @@ | |||||
"name": "mtsch", | "name": "mtsch", | ||||
"author": "mtsch", | "author": "mtsch", | ||||
"license": "MIT", | "license": "MIT", | ||||
"version": "0.5.1", | |||||
"version": "0.5.2", | |||||
"homepage": "https://github.com/mtsch/mtsch-vcvrack-plugins", | "homepage": "https://github.com/mtsch/mtsch-vcvrack-plugins", | ||||
"manual": "https://github.com/mtsch/mtsch-vcvrack-plugins", | "manual": "https://github.com/mtsch/mtsch-vcvrack-plugins", | ||||
"source": "https://github.com/mtsch/mtsch-vcvrack-plugins", | "source": "https://github.com/mtsch/mtsch-vcvrack-plugins", | ||||
"donation": "https://www.paypal.me/matcuf", | |||||
"downloads": { | "downloads": { | ||||
"lin": { | "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" | |||||
} | } | ||||
} | } | ||||
} | } |