Browse Source

Update moDllz, ArableInstruments, ParableInstruments, RJModules. (#365)

* Update moDllz plugin (to remove binaries in repo).

* Update version of ArableInstruments.

* Update ArableInstruments manifest. Add ParableInstruments plugin and manifest.

* Update version and manifest for RJModules.
pull/371/head
cschol Andrew Belt 7 years ago
parent
commit
fda4d3ad45
8 changed files with 18 additions and 11 deletions
  1. +4
    -0
      .gitmodules
  2. +3
    -2
      manifests/ArableInstruments.json
  3. +4
    -2
      manifests/ParableInstruments.json
  4. +3
    -4
      manifests/RJModules.json
  5. +1
    -1
      repos/ArableInstruments
  6. +1
    -0
      repos/ParableInstruments
  7. +1
    -1
      repos/RJModules
  8. +1
    -1
      repos/moDllz

+ 4
- 0
.gitmodules View File

@@ -173,3 +173,7 @@
path = repos/com-soundchasing-stochasm
url = https://github.com/teletypist/stochasm.git
branch = master
[submodule "repos/ParableInstruments"]
path = repos/ParableInstruments
url = https://github.com/adbrant/ArableInstruments.git
branch = parable

+ 3
- 2
manifests/ArableInstruments.json View File

@@ -1,7 +1,8 @@
{
"name": "Arable Instruments",
"author": "adbrant",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",
"sourceUrl": "https://github.com/adbrant/ArableInstruments",
"latestVersion": "v0.5.0"
}
"latestVersion": "0.6.0"
}

+ 4
- 2
manifests/ParableInstruments.json View File

@@ -1,6 +1,8 @@
{
"name": "Parable Instruments",
"author": "adbrant",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",
"sourceUrl": "https://github.com/adbrant/ArableInstruments",
"latestVersion": "v0.5.0"
}
"latestVersion": "0.6.0"
}

+ 3
- 4
manifests/RJModules.json View File

@@ -1,9 +1,8 @@
{
"name": "RJModules",
"author": "Miserlou",
"license": "BSD 3-clause",
"websiteUrl": "https://github.com/Miserlou/RJModules",
"license": "BSD-3-Clause",
"manualUrl": "https://github.com/Miserlou/RJModules/blob/master/README.md",
"sourceUrl": "https://github.com/Miserlou/RJModules",
"latestVersion": "0.5.0"
}
"latestVersion": "0.6.0"
}

+ 1
- 1
repos/ArableInstruments

@@ -1 +1 @@
Subproject commit fbb444f1ec1c85ffcc05aada0c16f176db3b9ca2
Subproject commit 9bf4d9f36b1484090c8f664b2f07bf96e73c83a3

+ 1
- 0
repos/ParableInstruments

@@ -0,0 +1 @@
Subproject commit 66adcd0e27d98aa5d328e00007ab47901edf3fed

+ 1
- 1
repos/RJModules

@@ -1 +1 @@
Subproject commit 34afd0e9d22c09a119f2fa17ad14672132e921e4
Subproject commit 990b36234b4d4517bab00dda8e515faff2f77793

+ 1
- 1
repos/moDllz

@@ -1 +1 @@
Subproject commit 823ee778f4d4f99eb7e2f1994a926a24794db28b
Subproject commit a2812d5e898ab530bdffb892219d2d4ded286545

Loading…
Cancel
Save