wok diff sip/receipt @ rev 15272
ntop: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 13:23:35 2013 +0000 (2013-09-25) |
parents | 5e81a7b53822 |
children | 3b4e4318134e |
line diff
1.1 --- a/sip/receipt Fri Dec 16 15:42:01 2011 +0100 1.2 +++ b/sip/receipt Wed Sep 25 13:23:35 2013 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sip" 1.7 -VERSION="4.13" 1.8 +VERSION="4.14.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="needed for PyQt" 1.11 MAINTAINER="allan316@gmail.com" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.riverbankcomputing.co.uk" 1.14 -WGET_URL="$WEB_SITE/static/Downloads/sip4/$TARBALL" 1.15 +WGET_URL="http://sourceforge.net/projects/pyqt/files/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.16 1.17 DEPENDS="python gcc-lib-base" 1.18 BUILD_DEPENDS="python-dev"