Browse Source

Merge branch 'master' into test-the-test

pull/79/merge
Jeremy Wentworth 7 years ago
parent
commit
47b2a388f7
9 changed files with 63 additions and 38 deletions
  1. +3
    -7
      plugins/Bidoo.json
  2. +1
    -2
      plugins/Grayscale.json
  3. +8
    -8
      plugins/NYSTHI.json
  4. +25
    -0
      plugins/StellareModular-Link.json
  5. +12
    -10
      plugins/StellareModular.json
  6. +1
    -0
      plugins/Valley Free.json
  7. +7
    -7
      plugins/VultModules.json
  8. +3
    -1
      plugins/cf.json
  9. +3
    -3
      plugins/dBiz.json

+ 3
- 7
plugins/Bidoo.json View File

@@ -2,19 +2,15 @@
"slug": "Bidoo",
"name": "bid°°",
"author": "sebastien-bouffier",
"version": "0.5.8",
"version": "0.5.9",
"license": "BSD 3-clause",
"source": "https://github.com/sebastien-bouffier/Bidoo",
"manual": "https://github.com/sebastien-bouffier/Bidoo/wiki",
"donation": "https://paypal.me/sebastienbouffier",
"downloads": {
"win": {
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1575756/Bidoo.WIN.0.5.8.zip",
"sha256": "f05ef2128b0457ee48c42482894e20aea8f8ff1c6271e82c6a24439d0e8dc83d"
},
"lin": {
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1576565/Bidoo.LIN.0.5.8.zip",
"sha256": "b7501a59b8aa0390cb939ee5ce0754a2ca3c912683938bbc7cb049ce6db5ee99"
"download": "https://github.com/sebastien-bouffier/Bidoo/files/1580630/Bidoo-0.5.9-win.zip",
"sha256": "ff1c15c3095e40bf275a05725574db248568bf3ecc6fe3dc409add54bcab1d38"
}
}
}

+ 1
- 2
plugins/Grayscale.json View File

@@ -2,10 +2,9 @@
"slug": "Grayscale",
"name": "Grayscale",
"author": "VCV",
"license": "BSD 3-clause",
"license": "proprietary",
"version": "0.5.0",
"manual": "https://vcvrack.com/manual/Grayscale.html",
"source": "https://github.com/VCVRack/Grayscale",
"downloads": {
"win": {
"download": "https://vcvrack.com/downloads/plugins/Grayscale-0.5.0.zip",


+ 8
- 8
plugins/NYSTHI.json View File

@@ -1,21 +1,21 @@
{
"slug": "NYSTHI",
"name": "NYSTHI",
"version": "0.5.8",
"version": "0.5.9",
"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.8/nysthi.zip",
"sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17"
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip",
"sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3"
},
"mac": {
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.8/nysthi.zip",
"sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17"
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip",
"sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3"
},
"lin": {
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.8/nysthi.zip",
"sha256": "2af97913c1074d0c989b2ecbcfc62b4c90fe03746ff8d30d9c9e423fc7bc9f17"
"download": "https://github.com/nysthi/nysthi/releases/download/v0.5.9/nysthi.zip",
"sha256": "cdba68f3c5fa59af37ea0f4eb271c9ade583c2dea35fa3a0a56288fec142dca3"
}
}
}
}

+ 25
- 0
plugins/StellareModular-Link.json View File

@@ -0,0 +1,25 @@
{
"slug": "StellareModular-Link",
"name": "Stellare Link",
"author": "Stellare Modular",
"license": "GPL-3",
"version": "0.5.1",
"homepage": "https://www.facebook.com/stellaremodular",
"donation": "https://paypal.me/stellaremodular",
"manual": "https://github.com/stellare-modular/vcv-link/blob/master/README.md",
"source": "https://github.com/stellare-modular/vcv-link",
"downloads": {
"win": {
"download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip",
"sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77"
},
"mac": {
"download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip",
"sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77"
},
"lin": {
"download": "https://github.com/stellare-modular/vcv-link/releases/download/0.5.1/StellareModular-Link-0.5.1.zip",
"sha256": "ebe352951876af91d9139bf51491c94d45bbebd94bc9b906d05f4621ed7f0d77"
}
}
}

+ 12
- 10
plugins/StellareModular.json View File

@@ -1,22 +1,24 @@
{
"slug": "StellareModular",
"name": "Stellare Modular",
"name": "Turing Machine + Blank",
"author": "Stellare Modular",
"license": "MIT",
"homepage": "https://www.facebook.com/stellaremodular/",
"version": "0.5.1",
"homepage": "https://www.facebook.com/stellaremodular",
"donation": "https://paypal.me/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"
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip",
"sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5"
},
"mac": {
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7"
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip",
"sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5"
},
"lin": {
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.0/Stellare-Modular.zip",
"sha256": "83241b5560d3db9a57f16230b650109d3aab6a6bb7086badf9f07e01a628c3d7"
"download": "https://github.com/stellare-modular/vcv-rack/releases/download/0.5.1/Stellare-Modular-0.5.1.zip",
"sha256": "406fe11b1e908709226a9014590d72871e8de8301a3b0239e8ddd85d02baefc5"
}
}
}
}

+ 1
- 0
plugins/Valley Free.json View File

@@ -4,6 +4,7 @@
"author": "ValleyAudio",
"license": "GPL-3.0 and BSD-3-Clause",
"version": "0.5.3",
"donation" : "https://www.paypal.me/valleyvcv",
"manual": "https://github.com/ValleyAudio/ValleyRackFree/",
"source": "https://github.com/ValleyAudio/ValleyRackFree/",
"downloads": {


+ 7
- 7
plugins/VultModules.json View File

@@ -8,16 +8,16 @@
"source": "https://github.com/modlfo/VultModules",
"downloads": {
"win": {
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip",
"sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb"
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-win.zip",
"sha256": "7d2560aa197aac48efc8e7a0327ff0d1af13db036e1caca2cd053835962208c1"
},
"mac": {
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip",
"sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb"
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-mac.zip",
"sha256": "1c8039c0e69704e979e4e77a3fb35773bbabef352f1c47e4712878d9823f0bc2"
},
"lin": {
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.2/VultModules.zip",
"sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb"
"download": "https://github.com/modlfo/VultModules/releases/download/v0.5.3/Vult-0.5.3-lin.zip",
"sha256": "b950914ff6ecd3aad05c7f56fbd08839e2ddf52a7a7d57bae653f547d396fe5e"
}
}
}
}

+ 3
- 1
plugins/cf.json View File

@@ -1,7 +1,9 @@
{
"slug": "cf",
"name": "cf",
"author": "cfoulc",
"author": "clément foulc",
"version": "0.5.10",
"donation": "https://www.paypal.me/cfoulc",
"source": "https://github.com/cfoulc/cf",
"manual": "https://github.com/cfoulc/cf/blob/master/README.md",
"downloads": {


+ 3
- 3
plugins/dBiz.json View File

@@ -7,8 +7,8 @@
"manual": "https://github.com/dBiz/dBiz/blob/master/README.md",
"downloads": {
"win": {
"download": "https://github.com/dBiz/dBiz/files/1513107/dBiz--win.zip",
"sha256": "b2da8c7711d85da8ba99cc683b05f6f7dc6c3f634e28010aff0693e3002af99b"
"download": "https://github.com/dBiz/dBiz/releases/download/v0.5.2/dBiz-0.5.1-win.zip",
"sha256": "120378b562ff7a74e96f09314a3d9de0a69574b87edddc6cf52ea37957e6fa43"
}
}
}
}

Loading…
Cancel
Save