wok rev 13774

0install: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 15:04:05 2013 +0100 (2013-01-03)
parents 68f0e6445cc5
children 57ea159dc95e
files 0install/receipt
line diff
     1.1 --- a/0install/receipt	Thu Jan 03 14:58:13 2013 +0100
     1.2 +++ b/0install/receipt	Thu Jan 03 15:04:05 2013 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://0install.net/"
     1.7 -WGET_URL="http://ignum.dl.sourceforge.net/project/zero-install/injector/$VERSION/$TARBALL"
     1.8 +WGET_URL="http://downloads.sf.net/project/zero-install/injector/$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="pygtk xdg-utils"
    1.11  BUILD_DEPENDS="python pygobject"