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

Jonathan Steel jsteel at archlinux.org
Wed Jan 24 19:01:01 UTC 2018


    Date: Wednesday, January 24, 2018 @ 19:00:57
  Author: jsteel
Revision: 286624

upgpkg: pigz 2.4-1

Modified:
  pigz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-24 18:56:48 UTC (rev 286623)
+++ PKGBUILD	2018-01-24 19:00:57 UTC (rev 286624)
@@ -5,15 +5,15 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=pigz
-pkgver=2.3.4
+pkgver=2.4
 pkgrel=1
 pkgdesc='Parallel implementation of the gzip file compressor'
 arch=('x86_64')
-url='http://www.zlib.net/pigz/'
+url='https://www.zlib.net/pigz'
 license=('custom')
 depends=('zlib')
-source=(http://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('08e6b2e682bbf65ccf12c8966d633fc6')
+source=(https://www.zlib.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('def2f6e19d9d8231445adc1349d346df')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list