Date: Sunday, June 19, 2016 @ 12:43:43 Author: anthraxx Revision: 270193
upgpkg: wget 1.18-1 (CVE-2016-4971 FS#49730) Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-19 01:39:59 UTC (rev 270192) +++ PKGBUILD 2016-06-19 12:43:43 UTC (rev 270193) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=wget -pkgver=1.17.1 -pkgrel=2 +pkgver=1.18 +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" @@ -13,7 +13,7 @@ optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48' +sha1sums=('02d451e658f600ee519c42cbf4d3bfe4e49b6c4f' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
