[arch-commits] Commit in wget/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 3 18:17:05 UTC 2017


    Date: Friday, February 3, 2017 @ 18:17:04
  Author: arojas
Revision: 287990

Update to 1.19

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-03 16:02:19 UTC (rev 287989)
+++ PKGBUILD	2017-02-03 18:17:04 UTC (rev 287990)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=wget
-pkgver=1.18
-pkgrel=3
+pkgver=1.19
+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,9 +13,10 @@
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('02d451e658f600ee519c42cbf4d3bfe4e49b6c4f'
+sha1sums=('38757ecc4e61adcaf7ad0cd64a5180d7d310fe16'
           'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list