From ce57b39758302f1a726ce46a0f7e193986865b67 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 9 Nov 2020 19:40:32 +0000 Subject: [PATCH] Alternative link to lv2lint Signed-off-by: falkTX --- bootstrap-plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-plugins.sh b/bootstrap-plugins.sh index c243f87..d021b2b 100755 --- a/bootstrap-plugins.sh +++ b/bootstrap-plugins.sh @@ -127,7 +127,7 @@ build_waf lilv "${LILV_VERSION}" "--static --no-bash-completion --no-bindings -- # lv2lint if [ "${MACOS_OLD}" -ne 1 ]; then - download lv2lint "${LV2LINT_VERSION}" "https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/" "tar.xz" + download lv2lint "${LV2LINT_VERSION}" "https://gitlab.com/OpenMusicKontrollers/lv2lint/-/archive/${LV2LINT_VERSION}" build_meson lv2lint "${LV2LINT_VERSION}" # "-Donline-tests=true -Delf-tests=true" fi