# HG changeset patch # User Rohit Joshi # Date 1257450072 0 # Node ID 233ec9b6af94d07420c8b71e1d449d839d443179 # Parent abc2dfdfe4ae938fd3ef902a70a92baf4049005e Up: ndiswrapper-driver, utils;fix WGET_URL diff -r abc2dfdfe4ae -r 233ec9b6af94 ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Tue Nov 03 23:27:48 2009 +0100 +++ b/ndiswrapper-driver/receipt Thu Nov 05 19:41:12 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-driver" -VERSION="1.54" +VERSION="1.55" CATEGORY="system-tools" SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" @@ -10,8 +10,7 @@ SOURCE="ndiswrapper" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" -WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL - http://puzzle.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL" +WGET_URL="$SF_MIRROR/$SOURCE/files/stable/$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r abc2dfdfe4ae -r 233ec9b6af94 ndiswrapper-utils/receipt --- a/ndiswrapper-utils/receipt Tue Nov 03 23:27:48 2009 +0100 +++ b/ndiswrapper-utils/receipt Thu Nov 05 19:41:12 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-utils" -VERSION="1.54" +VERSION="1.55" CATEGORY="system-tools" SHORT_DESC="ndiswrapper utilities." MAINTAINER="erjo@slitaz.org" diff -r abc2dfdfe4ae -r 233ec9b6af94 ndiswrapper/receipt --- a/ndiswrapper/receipt Tue Nov 03 23:27:48 2009 +0100 +++ b/ndiswrapper/receipt Thu Nov 05 19:41:12 2009 +0000 @@ -1,15 +1,14 @@ # SliTaz package receipt. PACKAGE="ndiswrapper" -VERSION="1.54" +VERSION="1.55" CATEGORY="meta" SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/" -WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL - http://puzzle.dl.sourceforge.net/sourceforge/ndiswrapper/$TARBALL" +WGET_URL="$SF_MIRROR/$SOURCE/files/stable/$VERSION/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()