diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/wget/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/wget/PKGBUILD b/abs/core/wget/PKGBUILD index 65fd903..7932add 100644 --- a/abs/core/wget/PKGBUILD +++ b/abs/core/wget/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=wget -pkgver=1.20.1 +pkgver=1.20.3 pkgrel=3 pkgdesc='Network utility to retrieve files from the Web' url='https://www.gnu.org/software/wget/wget.html' @@ -13,7 +13,7 @@ checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig}) -sha256sums=('0f63e84dd23dc53ab3ab6f483c3afff8301e54c165783f772101cdd9b1c64928' +sha256sums=('69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6' |