diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-06-07 03:37:48 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-06-07 03:37:48 (GMT) |
commit | 520042125a2aef4486fe1509db11016173013c71 (patch) | |
tree | 2b725cb0a21bb4dc7cd80e45ef9f2b02804058c2 /abs/core | |
parent | 08de33232b774c786ae7436b00e6f26a4c628f05 (diff) | |
download | linhes_pkgbuild-520042125a2aef4486fe1509db11016173013c71.zip linhes_pkgbuild-520042125a2aef4486fe1509db11016173013c71.tar.gz linhes_pkgbuild-520042125a2aef4486fe1509db11016173013c71.tar.bz2 |
wget: update to 1.20.3
Diffstat (limited to 'abs/core')
-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' |