Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a74b6840cc507bfeb396b62bbe3c5a0fbd05f874
commit a74b6840cc507bfeb396b62bbe3c5a0fbd05f874 Author: DeX77 <[email protected]> Date: Wed Oct 2 10:05:31 2013 +0200 augeas-1.1.0-1-x86_64 * version bump * fixed up2date + added options('asneeded') diff --git a/source/apps-extra/augeas/FrugalBuild b/source/apps-extra/augeas/FrugalBuild index 71374a4..5a82332 100644 --- a/source/apps-extra/augeas/FrugalBuild +++ b/source/apps-extra/augeas/FrugalBuild @@ -1,16 +1,19 @@ # Compiling Time: 1.17 SBU # Maintainer: Marius Cirsta <[email protected]> +# Contributor: DeX77 <[email protected]> + +options+=('asneeded') pkgname=augeas -pkgver=0.10.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="A configuration editing tool." archs=('i686' 'x86_64') url="http://augeas.net" depends=('glibc') groups=('apps-extra') -up2date="Flasttar $url/download/" -source=($url/download/$pkgname-$pkgver.tar.gz) -sha1sums=('6d1d7b4572c05748d537f3ff12c5ac8ceb6b49bd') +up2date="Flasttar http://download.augeas.net" +source=(http://download.augeas.net/$pkgname-$pkgver.tar.gz) +sha1sums=('2c5ec65a30ab21b175d612b4dc6350d75b9d6a7c') # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
