wok-current rev 10215
libplist: Fixed WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:45:01 2011 +0000 (2011-05-20) |
parents | 92f659875ee2 |
children | 2cc520912413 |
files | libplist/receipt |
line diff
1.1 --- a/libplist/receipt Fri May 20 23:43:59 2011 +0000 1.2 +++ b/libplist/receipt Fri May 20 23:45:01 2011 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 BUILD_DEPENDS="libxml2-dev glib-dev cmake python python-dev " 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://libimobiledevice.org/" 1.7 -WGET_URL="http://cloud.github.com/downloads/JonathanBeck/$PACKAGE/$TARBALL" 1.8 +WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()