Date: Wednesday, March 9, 2016 @ 20:46:12 Author: anatolik Revision: 261251
upgpkg: wget 1.17.1-1 Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-09 18:54:43 UTC (rev 261250) +++ PKGBUILD 2016-03-09 19:46:12 UTC (rev 261251) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=wget -pkgver=1.16.3 -pkgrel=2 +pkgver=1.17.1 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') url="http://www.gnu.org/software/wget/wget.html" @@ -14,7 +14,7 @@ backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('a7d24a8512720893b0a8c5c436f324e9ed43874d' +sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
