summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-29 23:39:11 +0100
committerwm4 <wm4@nowhere>2014-01-29 23:39:11 +0100
commit423f63f2638d5e520712fac361efccc211373ede (patch)
treee8291f6974d4ae5c7717aea8d0395afaf8a2af65
parent48a9902cf0fc0cfec0712b8c26f70be7798db3dd (diff)
downloadmpv-build-423f63f2638d5e520712fac361efccc211373ede.tar.bz2
mpv-build-423f63f2638d5e520712fac361efccc211373ede.tar.xz
Switch libass repo to github
The Google Code one has been made invisible, because everyone is too lazy to update it.
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index 89db462..7a7ee9e 100755
--- a/update
+++ b/update
@@ -17,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"
}