Update robtk submodule URI

The unauthenticated git protocol on port 9418 is no longer supported.
https://github.blog/2021-09-01-improving-git-protocol-security-github/
This commit is contained in:
Robin Gareus 2022-03-20 14:54:26 +01:00
parent 7045e39605
commit 3755adadfc
No known key found for this signature in database
GPG Key ID: A090BCE02CF57F04
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "robtk"]
path = robtk
url = git://github.com/x42/robtk
url = https://github.com/x42/robtk.git

View File

@ -15,6 +15,7 @@ submodule_check:
git submodule status \
| grep -q "^-" \
&& $(MAKE) submodules || true
@-test -d .git -a .gitmodules && git submodule sync
@-test -d .git -a .gitmodules && \
git submodule status \
| grep -q "^+" \

View File

@ -45,7 +45,7 @@ Compiling fil4 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler,
libpango, libcairo and openGL (sometimes called: glu, glx, mesa).
```bash
git clone git://github.com/x42/fil4.lv2.git
git clone https://github.com/x42/fil4.lv2.git
cd fil4.lv2
make submodules
make