From 6eb418eac53436837c3c19a57770b2a37f1e4578 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 11 Nov 2024 19:23:55 +0100 Subject: [PATCH] wget: Update to 1.25.0 --- wget/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wget/PKGBUILD b/wget/PKGBUILD index 0a547169..46f49dd6 100644 --- a/wget/PKGBUILD +++ b/wget/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Pavlov pkgname=wget -pkgver=1.24.5 -pkgrel=2 +pkgver=1.25.0 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') url="https://www.gnu.org/software/wget/" @@ -19,7 +19,7 @@ checkdepends=('perl-HTTP-Daemon' 'perl-IO-Socket-SSL') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig}) -sha256sums=('57a107151e4ef94fdf94affecfac598963f372f13293ed9c74032105390b36ee' +sha256sums=('19225cc756b0a088fc81148dc6a40a0c8f329af7fd8483f1c7b2fe50f4e08a1f' 'SKIP') validpgpkeys=('7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6') # Tim Rühsen