Browse Source

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

pull/409/head
Andrew Belt 7 years ago
parent
commit
b3a8972d16
6 changed files with 21 additions and 7 deletions
  1. +6
    -2
      .gitmodules
  2. +4
    -3
      manifests/FrozenWasteland.json
  3. +8
    -0
      manifests/KoralfxVCV.json
  4. +1
    -1
      repos/FrozenWasteland
  5. +1
    -0
      repos/KoralfxVCV
  6. +1
    -1
      repos/Ohmer

+ 6
- 2
.gitmodules View File

@@ -56,11 +56,11 @@
[submodule "repos/Ohmer"]
path = repos/Ohmer
url = https://github.com/DomiKamu/Ohmer-Modules.git
branch = 060dev
branch = master
[submodule "repos/PvC"]
path = repos/PvC
url = https://github.com/phdsg/PvC.git
branch = master
branch = release
[submodule "repos/RJModules"]
path = repos/RJModules
url = https://github.com/Miserlou/RJModules
@@ -177,3 +177,7 @@
path = repos/ParableInstruments
url = https://github.com/adbrant/ArableInstruments.git
branch = parable
[submodule "repos/KoralfxVCV"]
path = repos/KoralfxVCV
url = https://github.com/koralfx/KoralfxVCV
branch = master

+ 4
- 3
manifests/FrozenWasteland.json View File

@@ -1,10 +1,11 @@
{
"name": "Frozen Wasteland",
"author": "almostEric",
"author": "Eric Sterling",
"license": "CC0-1.0",
"manualUrl": "https://github.com/almostEric/FrozenWasteland/blob/master/README.md",
"sourceUrl": "https://github.com/almostEric/FrozenWasteland",
"donateUrl": "https://paypal.me/FrozenWasteland",
"latestVersion": "0.6.0",
"status": "available"
}
"status": "available",
"repoVersion": "0.6.1"
}

+ 8
- 0
manifests/KoralfxVCV.json View File

@@ -0,0 +1,8 @@
{
"name": "KoralfxVCV",
"author": "Tomek Sosnowski",
"license": "proprietary",
"sourceUrl": "https://github.com/koralfx/KoralfxVCV",
"manualUrl": "https://github.com/koralfx/KoralfxVCV/blob/master/README.md",
"donateUrl": "https://www.paypal.me/koralfx/"
}

+ 1
- 1
repos/FrozenWasteland

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

+ 1
- 0
repos/KoralfxVCV

@@ -0,0 +1 @@
Subproject commit c78c38ec5d810a983fcc44859d04ca7b38254ec0

+ 1
- 1
repos/Ohmer

@@ -1 +1 @@
Subproject commit 3ab80d4e8550d854055311ce4cfb985fcbab4c80
Subproject commit 5147459b4b9ed614dab05f56c2725eec63394ae4

Loading…
Cancel
Save