wok rev 16651

qjson: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 13 11:45:00 2014 +0000 (2014-05-13)
parents ae0257dd41cf
children dabffe4f6ce3
files qjson/receipt
line diff
     1.1 --- a/qjson/receipt	Tue May 13 11:41:20 2014 +0000
     1.2 +++ b/qjson/receipt	Tue May 13 11:45:00 2014 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="LGPL2.1"
     1.5  WEB_SITE="http://qjson.sourceforge.net/"
     1.6  TARBALL="$PACKAGE-$VERSION.zip"
     1.7 -WGET_URL="https://github.com/flavio/qjson/archive/master.zip"
     1.8 +WGET_URL="https://github.com/flavio/qjson/archive/$VERSION.zip"
     1.9  
    1.10  DEPENDS="libQtGui libQtNetwork libQtSql libcrypto"
    1.11  BUILD_DEPENDS="Qt4-dev qmake cmake wget"