summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate3
1 files changed, 2 insertions, 1 deletions
diff --git a/update b/update
index 24aba93..7a7ee9e 100755
--- a/update
+++ b/update
@@ -8,6 +8,7 @@ do_clone()
fi
(
cd "$1"
+ git remote set-url origin "$2"
git fetch
)
}
@@ -16,7 +17,7 @@ do_clone_all()
{
do_clone "ffmpeg" "https://github.com/FFmpeg/FFmpeg.git"
do_clone "fribidi" "http://anongit.freedesktop.org/git/fribidi/fribidi.git"
- do_clone "libass" "https://code.google.com/p/libass/"
+ do_clone "libass" "https://github.com/libass/libass.git"
do_clone "mpv" "https://github.com/mpv-player/mpv.git"
}