From 25c88aa6abcaf6bf8cb9ba36396e506e01fed039 Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Tue, 10 Apr 2018 19:44:43 -0400 Subject: [PATCH] Reviews 2018 04 10 (#452) * Updates FrozenWasteland submodule commit. * Post-review update of ImpromptuModular pointer and manifest. * Reviewed squinkylabls-plug1; updated pointer and manifest. * Reviewed Ohmer; updated pointer and manifest. * Reviewed BaconMusic; updated pointer and manifest. * Reviewed Koralfx-Modules; updated pointer and manifest. * Reviewed trowaSoft; updated pointer and manifest to 0.6.1. * Reviewed Qwelk at 0.6.0; added repo pointer and update manifest. * Reviewed Erratic at 0.6.0; added repo pointer and manifest. * Review and add alto777_LFSR. --- .gitmodules | 3 +++ manifests/alto777_LFSR.json | 5 ++++- repos/alto777_LFSR | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 repos/alto777_LFSR diff --git a/.gitmodules b/.gitmodules index e6904760..d9669dca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -187,3 +187,6 @@ [submodule "repos/Erratic"] path = repos/Erratic url = https://github.com/bafonso/Erratic.git +[submodule "repos/alto777_LFSR"] + path = repos/alto777_LFSR + url = https://github.com/alto777/LFSR.git diff --git a/manifests/alto777_LFSR.json b/manifests/alto777_LFSR.json index f561a4c1..15c95896 100644 --- a/manifests/alto777_LFSR.json +++ b/manifests/alto777_LFSR.json @@ -1,6 +1,9 @@ { "name": "alto777 LFSR", "author": "Robert A Moeser", + "authorEmail": "ram32768@gmail.com", "license": "BSD-3-Clause", - "sourceUrl": "https://github.com/alto777/LFSR" + "sourceUrl": "https://github.com/alto777/LFSR", + "manualUrl": "https://github.com/alto777/LFSR/README.md", + "repoVersion": "0.6.02" } diff --git a/repos/alto777_LFSR b/repos/alto777_LFSR new file mode 160000 index 00000000..db655f61 --- /dev/null +++ b/repos/alto777_LFSR @@ -0,0 +1 @@ +Subproject commit db655f61b228aad45f06cbb1f6dacc0e5e97c1b7