From 6c5142a2de1c65163c58e4d5217966e700988b5d Mon Sep 17 00:00:00 2001 From: Roger Shimizu Date: Thu, 4 May 2017 22:58:56 +0900 Subject: [PATCH] Update simple-obfs git repo and branch simple-obfs is released to debian unstable, and its git repo is moved to alioth. So update the URL of git repo and branch accordingly. --- scripts/build_deb.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build_deb.sh b/scripts/build_deb.sh index 0c375df7..f0371a81 100755 --- a/scripts/build_deb.sh +++ b/scripts/build_deb.sh @@ -234,7 +234,7 @@ fi build_install_simpleobfs() { if [ $BUILD_BIN -eq 1 ]; then BRANCH=$1 - git_build https://github.com/rogers0/simple-obfs $BRANCH + git_build https://anonscm.debian.org/git/collab-maint/simple-obfs.git $BRANCH sudo dpkg -i simple-obfs_*.deb sudo apt-get install -fy fi @@ -414,7 +414,7 @@ wheezy|precise) jessie|stretch|unstable|sid|zesty) build_install_libbloom build_install_sslibev - build_install_simpleobfs exp1 + build_install_simpleobfs ;; trusty) build_install_libcork trusty @@ -424,14 +424,14 @@ trusty) build_install_libbloom trusty patch_sslibev_dh9 build_install_sslibev - build_install_simpleobfs exp1_trusty + build_install_simpleobfs trusty ;; xenial|yakkety) build_install_libcork debian build_install_libcorkipset debian build_install_libbloom build_install_sslibev - build_install_simpleobfs exp1 + build_install_simpleobfs ;; *) echo Your system $OSID/$OSVER is not supported yet.