From 52ee4c7dedc81d59dc91e9e016ff555d22f91e3d Mon Sep 17 00:00:00 2001 From: fanck0605 Date: Mon, 9 Jul 2018 09:15:45 +0800 Subject: [PATCH] update url --- scripts/build_deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_deb.sh b/scripts/build_deb.sh index 7573bd72..514e710d 100755 --- a/scripts/build_deb.sh +++ b/scripts/build_deb.sh @@ -229,7 +229,7 @@ build_install_libbloom() { if [ $BUILD_LIB -eq 1 -o $BUILD_BIN -eq 1 ]; then BRANCH=$1 if [ $BUILD_LIB -eq 1 ]; then - gbp_build https://anonscm.debian.org/git/collab-maint/libbloom.git $BRANCH + gbp_build https://salsa.debian.org/bridges-team/libbloom.git $BRANCH else ls libbloom-dev_*.deb libbloom1_*.deb 2>&1 > /dev/null || help_lib "libbloom-dev libbloom1" @@ -269,7 +269,7 @@ fi build_install_simpleobfs() { if [ $BUILD_BIN -eq 1 ]; then BRANCH=$1 - git_build https://anonscm.debian.org/git/collab-maint/simple-obfs.git $BRANCH + git_build https://salsa.debian.org/bridges-team/simple-obfs.git $BRANCH sudo dpkg -i simple-obfs_*.deb sudo apt-get install -fy fi