Browse Source

Merge branch 'master' of github.com:VCVRack/community

pull/444/head
Andrew Belt 7 years ago
parent
commit
a5978aee0a
9 changed files with 17 additions and 7 deletions
  1. +4
    -0
      .gitmodules
  2. +3
    -1
      manifests/Bidoo.json
  3. +1
    -1
      manifests/FrozenWasteland.json
  4. +2
    -0
      manifests/NonLinearInstruments.json
  5. +3
    -2
      manifests/Ohmer.json
  6. +1
    -1
      repos/Bidoo
  7. +1
    -1
      repos/FrozenWasteland
  8. +1
    -0
      repos/NonLinearInstruments
  9. +1
    -1
      repos/Ohmer

+ 4
- 0
.gitmodules View File

@@ -185,3 +185,7 @@
path = repos/mscHack
url = https://github.com/mschack/VCV-Rack-Plugins
branch = master
[submodule "repos/NonLinearInstruments"]
path = repos/NonLinearInstruments
url = https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins
branch = master

+ 3
- 1
manifests/Bidoo.json View File

@@ -1,9 +1,11 @@
{
"name": "bid°°",
"name": "Bidoo",
"author": "Sébastien Bouffier",
"authorEmail": "sebastien.bouffier@gmail.com",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki",
"sourceUrl": "https://github.com/sebastien-bouffier/Bidoo",
"donateUrl": "https://paypal.me/sebastienbouffier",
"repoVersion": "0.6.1",
"latestVersion": "0.6.0"
}

+ 1
- 1
manifests/FrozenWasteland.json View File

@@ -7,5 +7,5 @@
"donateUrl": "https://paypal.me/FrozenWasteland",
"latestVersion": "0.6.0",
"status": "available",
"repoVersion": "0.6.1"
"repoVersion": "0.6.2"
}

+ 2
- 0
manifests/NonLinearInstruments.json View File

@@ -1,8 +1,10 @@
{
"name": "Non Linear Instruments",
"author": "Ignasi Álvarez Garriga",
"authorUrl": "https://www.ignasialvarez.cat",
"license": "BSD 3-clause",
"manualUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins/blob/master/README.md",
"sourceUrl": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins",
"repoVersion": "0.6.0",
"latestVersion": "0.5.3"
}

+ 3
- 2
manifests/Ohmer.json View File

@@ -1,11 +1,12 @@
{
"name": "Ohmer Modules",
"author": "Dominique Camus",
"authorUrl": "https://github.com/DomiKamu",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/WIP050/README.md",
"manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/master/README.md",
"sourceUrl": "https://github.com/DomiKamu/Ohmer-Modules",
"donateUrl": "https://www.paypal.me/DominiqueCAMUS",
"latestVersion": "0.6.0",
"repoVersion": "0.6.1",
"repoVersion": "0.6.2",
"status": "available"
}

+ 1
- 1
repos/Bidoo

@@ -1 +1 @@
Subproject commit 8849ebc2ac199d2e62c1c28a1e9b7c6ccff01e11
Subproject commit 12f6750b076111d3bf43848a1c8106f24736ffaa

+ 1
- 1
repos/FrozenWasteland

@@ -1 +1 @@
Subproject commit 049f2b01ae0de7ec2081b381a4f8d1be75760ae3
Subproject commit da73489d1f7aa3dba77925777d485a3e66f8aec1

+ 1
- 0
repos/NonLinearInstruments

@@ -0,0 +1 @@
Subproject commit 551e5f84b49849f2b472214992ee8a406791ee24

+ 1
- 1
repos/Ohmer

@@ -1 +1 @@
Subproject commit 38842f95e4cd8fe5bafa29291888bd005def23d7
Subproject commit 288c90847d4c61c8d09f633db6d3b0b243fa1a8c

Loading…
Cancel
Save