Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=17985741de351b83485a18b043fe7829c5c7c5f1
commit 17985741de351b83485a18b043fe7829c5c7c5f1 Author: Michel Hermier <[EMAIL PROTECTED]> Date: Tue Nov 6 09:46:08 2007 +0100 fetch-1.0-1-i686 * Fix up2date and url. * Since the package changed name and url changed, it requires some extra love. diff --git a/source/apps-extra/fetch/FrugalBuild b/source/apps-extra/fetch/FrugalBuild index e293d95..ec675c2 100644 --- a/source/apps-extra/fetch/FrugalBuild +++ b/source/apps-extra/fetch/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> pkgname=fetch +_F_archive_name=http_fetcher pkgver=1.0 pkgrel=1 pkgdesc="fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library." -url="http://cs.nmu.edu/~lhanson/fetch/index.shtml" +url="http://http-fetcher.sourceforge.net" depends=('http-fetcher') groups=('apps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://cs.nmu.edu/~lhanson/fetch/index.shtml | grep tar.gz | sed 's/.*-\(.*\).t.*/\1/' | tail -n1" +up2date="lynx -dump $url/downloads.html | Flasttar" source=(http://cs.nmu.edu/~lhanson/fetch/dls/$pkgname-$pkgver.tar.gz) sha1sums=('edac1ee54b24bb9d094682743c193eaa47eb5a48') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
