@@ -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. | |||
- **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. | |||
- **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. | |||
- **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. | |||
@@ -3,23 +3,23 @@ | |||
"name": "AS", | |||
"author": "Alfredo Santamaria", | |||
"license": "MIT License", | |||
"version": "0.5.3", | |||
"version": "0.5.4", | |||
"homepage": "https://github.com/AScustomWorks/AS", | |||
"donation": "https://www.paypal.me/frederius/", | |||
"manual": "https://github.com/AScustomWorks/AS/blob/master/README.md", | |||
"source": "https://github.com/AScustomWorks/AS", | |||
"downloads": { | |||
"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": { | |||
"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": { | |||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.3/AS-0.5.3-mac.zip", | |||
"sha256": "d0918685543fa4e0dd6756bc15073a207f5ae261034b540701b8b24fbfa4abd2" | |||
"download": "https://github.com/AScustomWorks/AS/releases/download/0.5.4/AS-0.5.4-mac.zip", | |||
"sha256": "bc2b36cc76012e93528fc6f20a9486fc9a6ae81b2d075f38a5fe2e28032973fe" | |||
} | |||
} | |||
} |
@@ -0,0 +1,24 @@ | |||
{ | |||
"slug": "Alikins", | |||
"name": "Alikins", | |||
"author": "Adrian Likins", | |||
"license": "BSD 3-Clause 'New' or 'Revised' License", | |||
"version": "0.5.1", | |||
"homepage": "https://github.com/alikins/Alikins-rack-plugins", | |||
"manual": "https://github.com/alikins/Alikins-rack-plugins", | |||
"source": "https://github.com/alikins/Alikins-rack-plugins", | |||
"downloads": { | |||
"lin": { | |||
"download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-lin.zip", | |||
"sha256": "cedd0dd99570ffaa99fc99b244078583ed997ae6990b37102215574350cfebcb" | |||
}, | |||
"mac": { | |||
"download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-mac.zip", | |||
"sha256": "14a90e659638efc34c9a69ea2e670024d6e783b6f03247984d1e842af439ea5d" | |||
}, | |||
"win": { | |||
"download": "https://github.com/alikins/Alikins-rack-plugins/releases/download/v0.5.1/Alikins-0.5.1-win.zip", | |||
"sha256": "31fbe10ec522acc0380b5b6759cbbd3bec7fdf880239d6a4cec049fbc1c5169e" | |||
} | |||
} | |||
} |
@@ -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,23 +2,23 @@ | |||
"slug": "Bidoo", | |||
"name": "bid°°", | |||
"author": "sebastien-bouffier", | |||
"version": "0.5.16", | |||
"version": "0.5.17", | |||
"license": "BSD 3-clause", | |||
"donation": "https://paypal.me/sebastienbouffier", | |||
"manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", | |||
"source": "https://github.com/sebastien-bouffier/Bidoo", | |||
"downloads": { | |||
"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": { | |||
"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/1614505/Bidoo-0.5.16-mac.zip", | |||
"sha256": "062c9a53d3891de7892f1a2afbcda411a394d5e55376897cca2e146c90defaf8" | |||
"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" | |||
} |
@@ -3,22 +3,22 @@ | |||
"name": "Bogaudio", | |||
"author": "Matt Demanett", | |||
"license": "BSD 3-clause", | |||
"version": "0.5.3", | |||
"version": "0.5.4", | |||
"homepage": "https://github.com/bogaudio/BogaudioModules", | |||
"manual": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md", | |||
"source": "https://github.com/bogaudio/BogaudioModules", | |||
"downloads": { | |||
"win": { | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-win.zip", | |||
"sha256": "6f630cb44d44eadfee801b7311adfa6f1763849c9330d71d79e09a2ba8f32da4" | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-win.zip", | |||
"sha256": "5be75d6790bab493c51508206f4dffa784fb4aded3d7278944aa837eafc93c8d" | |||
}, | |||
"lin": { | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-lin.zip", | |||
"sha256": "1c19120382ee3ad519dd5b834879221b78031b90cf17283e89c24d5930cd7f4d" | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-lin.zip", | |||
"sha256": "856c62c972a75c28992769cf43eee013e07ae0ad75ff2cae5428c61bcd48d250" | |||
}, | |||
"mac": { | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/v0.5.3/Bogaudio-0.5.3-mac.zip", | |||
"sha256": "161cb15fb7bd452338f482f11d13aeede139f9b6544f738c98e2d21da6a94d2d" | |||
"download": "https://github.com/bogaudio/BogaudioModules/releases/download/0.5.4/Bogaudio-0.5.4-mac.zip", | |||
"sha256": "6ddd7cf71b55c148a28d2a9ee7693ff6cfc4135af2c9bd20607aae0017ebb5d4" | |||
} | |||
} | |||
} |
@@ -0,0 +1,23 @@ | |||
{ | |||
"slug": "FrozenWasteland", | |||
"name": "Frozen Wasteland", | |||
"author": "almostEric", | |||
"license": "CC0 1.0 Universal", | |||
"version": "0.5.3", | |||
"homepage": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md", | |||
"source": "https://github.com/almostEric/FrozenWasteland", | |||
"downloads": { | |||
"win": { | |||
"download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-win.zip", | |||
"sha256": "ed3365ab64e7086936a8ad636d85749cad4ecb905dd1aba5a63435261bad53d3" | |||
}, | |||
"lin": { | |||
"download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-lin.zip", | |||
"sha256": "03dc7c3f35f0c3e78eae6b5940c052aa570dbb2ddfadc0b0974d7fc41650598e" | |||
}, | |||
"mac": { | |||
"download": "https://github.com/almostEric/FrozenWasteland/releases/download/0.5.3/FrozenWasteland-0.5.3-mac.zip", | |||
"sha256": "55937e293214f7446eeef5d1ec53bc9150e720bc9ef168571b6faadfe35a5558" | |||
} | |||
} | |||
} |
@@ -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" | |||
} |
@@ -3,19 +3,19 @@ | |||
"name": "ML modules", | |||
"author": "Martin Lueders", | |||
"license": "BSD 3-clause", | |||
"version": "0.5.3", | |||
"version": "0.5.4", | |||
"homepage": "https://github.com/martin-lueders/ML_modules", | |||
"donation": "https://paypal.me/MartinLueders", | |||
"source": "https://github.com/martin-lueders/ML_modules", | |||
"manual": "https://github.com/martin-lueders/ML_modules/wiki", | |||
"downloads": { | |||
"win": { | |||
"download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.3/ML_modules-0.5.3-win.zip", | |||
"sha256": "eb3d7ee50d7babc60d4a676da9be5019f45c32bfefe1683bddf3b5d0dc034ec1" | |||
"download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.4/ML_modules-0.5.4-win.zip", | |||
"sha256": "a6592e002931c428dfbab92f75219fd9ee9733f7493533591f44eb5b4f17866d" | |||
}, | |||
"mac": { | |||
"download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.3/ML_modules-0.5.3-mac.zip", | |||
"sha256": "0f02f6f4277967e3b92e2616f2c6d575e2cceb2a6908f97a6e993f660b273cc3" | |||
"download": "https://github.com/martin-lueders/ML_modules/releases/download/0.5.4/ML_modules-0.5.4-mac.zip", | |||
"sha256": "fb17c386d1da565c3714ed402c6de02604ccba010fca9e7f6af55ce87cd78c59" | |||
} | |||
} | |||
} |
@@ -2,21 +2,20 @@ | |||
"slug": "MSM", | |||
"name": "MSM", | |||
"author": "Phal-anx", | |||
"version": "0.5.5", | |||
"version": "0.5.6", | |||
"manual": "https://github.com/Phal-anx/MSM/blob/master/Help/MSM%20Help.pdf", | |||
"source": "https://github.com/Phal-anx/MSM", | |||
"downloads": { | |||
"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": { | |||
"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": { | |||
"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", | |||
"name": "NYSTHI", | |||
"version": "0.5.11", | |||
"version": "0.5.12", | |||
"homepage": "https://github.com/nysthi/nysthi", | |||
"manual": "https://github.com/nysthi/nysthi/blob/master/README.md", | |||
"downloads": { | |||
"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": { | |||
"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": { | |||
"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", | |||
"author": "NonLinearInstruments", | |||
"license": "BSD 3-clause", | |||
"version": "0.5.1", | |||
"version": "0.5.3", | |||
"homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | |||
"manual": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md", | |||
"source": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", | |||
"downloads": { | |||
"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": { | |||
"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": { | |||
"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" | |||
} | |||
} | |||
} |
@@ -8,11 +8,11 @@ | |||
"downloads": { | |||
"win": { | |||
"download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-win.zip?raw=true", | |||
"sh256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" | |||
"sha256": "0835d6e16b6b283a6d27e86c69f08967c7cfb1f406ac844a87a0d50aaa78a035" | |||
}, | |||
"mac": { | |||
"download": "https://github.com/raincheque/qwelk/blob/master/dist/Qwelk-0.5.5-mac.zip?raw=true", | |||
"sh256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" | |||
"sha256": "815736b07c534c7f8ccf92151fbf831552e16ca024ee07b45ff9a053630ea16e" | |||
} | |||
} | |||
} |
@@ -2,22 +2,22 @@ | |||
"slug": "cf", | |||
"name": "cf", | |||
"author": "clément foulc", | |||
"version": "0.5.12", | |||
"version": "0.5.13", | |||
"donation": "https://www.paypal.me/cfoulc", | |||
"source": "https://github.com/cfoulc/cf", | |||
"manual": "https://github.com/cfoulc/cf/blob/master/README.md", | |||
"downloads": { | |||
"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": { | |||
"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": { | |||
"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" | |||
} | |||
} | |||
} |