diff options
author | David Robillard <d@drobilla.net> | 2022-08-17 15:07:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-17 15:07:50 -0400 |
commit | 4f7268c20e7e382f394fb1b32bb9a1a71c2fa8ea (patch) | |
tree | 5d148dc4df0bdf24108bf874d178ccdf168ff31b | |
parent | 7d03e45e693f791b04745f8185614855498bb921 (diff) | |
download | jalv-4f7268c20e7e382f394fb1b32bb9a1a71c2fa8ea.tar.gz jalv-4f7268c20e7e382f394fb1b32bb9a1a71c2fa8ea.tar.bz2 jalv-4f7268c20e7e382f394fb1b32bb9a1a71c2fa8ea.zip |
Update fallback wrap branches
-rw-r--r-- | subprojects/lilv.wrap | 2 | ||||
-rw-r--r-- | subprojects/lv2.wrap | 2 | ||||
-rw-r--r-- | subprojects/serd.wrap | 2 | ||||
-rw-r--r-- | subprojects/sord.wrap | 2 | ||||
-rw-r--r-- | subprojects/sratom.wrap | 2 | ||||
-rw-r--r-- | subprojects/suil.wrap | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/subprojects/lilv.wrap b/subprojects/lilv.wrap index e770df3..58206e4 100644 --- a/subprojects/lilv.wrap +++ b/subprojects/lilv.wrap @@ -5,5 +5,5 @@ directory=lilv url=https://gitlab.com/lv2/lilv.git push-url=ssh://git@gitlab.com:lv2/lilv.git -revision=meson +revision=master depth=1 diff --git a/subprojects/lv2.wrap b/subprojects/lv2.wrap index a650391..22a34b2 100644 --- a/subprojects/lv2.wrap +++ b/subprojects/lv2.wrap @@ -5,5 +5,5 @@ directory=lv2 url=https://gitlab.com/lv2/lv2.git push-url=ssh://git@gitlab.com:lv2/lv2.git -revision=meson +revision=master depth=1 diff --git a/subprojects/serd.wrap b/subprojects/serd.wrap index 91c893c..19326e7 100644 --- a/subprojects/serd.wrap +++ b/subprojects/serd.wrap @@ -5,5 +5,5 @@ directory=serd url=https://gitlab.com/drobilla/serd.git push-url=ssh://git@gitlab.com:drobilla/serd.git -revision=meson +revision=master depth=1 diff --git a/subprojects/sord.wrap b/subprojects/sord.wrap index 59ff9ca..b84db73 100644 --- a/subprojects/sord.wrap +++ b/subprojects/sord.wrap @@ -5,5 +5,5 @@ directory=sord url=https://gitlab.com/drobilla/sord.git push-url=ssh://git@gitlab.com:drobilla/sord.git -revision=meson +revision=master depth=1 diff --git a/subprojects/sratom.wrap b/subprojects/sratom.wrap index 8490bef..d6512ce 100644 --- a/subprojects/sratom.wrap +++ b/subprojects/sratom.wrap @@ -5,5 +5,5 @@ directory=sratom url=https://gitlab.com/lv2/sratom.git push-url=ssh://git@gitlab.com:lv2/sratom.git -revision=meson +revision=master depth=1 diff --git a/subprojects/suil.wrap b/subprojects/suil.wrap index 6c2dedf..b1691b3 100644 --- a/subprojects/suil.wrap +++ b/subprojects/suil.wrap @@ -5,5 +5,5 @@ directory=suil url=https://gitlab.com/lv2/suil.git push-url=ssh://git@gitlab.com:lv2/suil.git -revision=meson +revision=master depth=1 |