X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) by lists.alpinelinux.org (Postfix) with ESMTP id 0611DF84ECD for ; Mon, 11 Mar 2019 18:00:55 +0000 (UTC) Received: by sdaoden.eu (Postfix, from userid 1000) id 8842C1604A; Mon, 11 Mar 2019 19:00:54 +0100 (CET) Date: Mon, 11 Mar 2019 19:01:29 +0100 From: Steffen Nurpmeso To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/nawk: update to 2019-03-05.. Message-ID: Mail-Followup-To: alpine-aports@lists.alpinelinux.org User-Agent: mail v14.9.11 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. Date: Mon, 11 Mar 2019 19:01:18 +0100 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This fixes bugs and implements POSIX-standard interval expressions --- testing/nawk/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/nawk/APKBUILD b/testing/nawk/APKBUILD index 9a9b5e3..cb844a4 100644 --- a/testing/nawk/APKBUILD +++ b/testing/nawk/APKBUILD @@ -1,17 +1,18 @@ # Maintainer: Steffen Nurpmeso pkgname=nawk -pkgver=20180827 +gitrev=33ead6d2393268365253732a3ac566e3d3362b00 +pkgver=20190311 pkgrel=0 pkgdesc="The one, true implementation of AWK" url="https://www.cs.princeton.edu/~bwk/btl.mirror/" -arch=all +arch=x86_64 license=MIT depends= makedepends=byacc subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/onetrueawk/awk/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/onetrueawk/awk/archive/$gitrev.tar.gz" options="!check" -builddir="$srcdir/awk-$pkgver" +builddir="$srcdir/awk-$gitrev" build() { cd "$builddir" @@ -25,4 +26,4 @@ package() { install -Dm644 awk.1 "$pkgdir"/usr/share/man/man1/$pkgname.1 } -sha512sums="cd6561149be71e6311aaa69c86b90ee4b29a057e5c2595470ccc8a41c40c653ec31b4bd46d7f58896d012f5fb5952103a76aa463a69e5128cba43d80eedf0b9b nawk-20180827.tar.gz" +sha512sums="ad7ff1ec4f32316c844ec837d2fef0ae12fa823fd8d8266f4c6c7b22ecca0dc34feae7517a2c7b4f2962e6cffe28fe77d40a0a544a1b6aef8bd90c4e9074c21f $pkgname-$pkgver.tar.gz" -- 2.21.0 --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---