wok diff 0install/receipt @ 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 d8e35c0c592f
children 318807f5b9f4
line diff
     1.1 --- a/0install/receipt	Thu Jan 03 15:04:09 2013 +0300
     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"