Date: Saturday, September 4, 2021 @ 02:02:16 Author: seblu Revision: 423419
upgpkg: gzip 1.11-1 Modified: gzip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-04 01:03:06 UTC (rev 423418) +++ PKGBUILD 2021-09-04 02:02:16 UTC (rev 423419) @@ -3,8 +3,8 @@ # Contributor: judd <[email protected]> pkgname=gzip -pkgver=1.10 -pkgrel=3 +pkgver=1.11 +pkgrel=1 pkgdesc='GNU compression utility' arch=('x86_64') url='https://www.gnu.org/software/gzip/' @@ -13,7 +13,7 @@ depends=('glibc' 'bash' 'less') validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}) -md5sums=('691b1221694c3394f1c537df4eee39d3' +md5sums=('d1e93996dba00cab0caa7903cd01d454' 'SKIP') prepare() { cd $pkgname-$pkgver
