~alpine/devel

main/gawk: upgrade to 4.0.1 v1 PROPOSED

Bartłomiej Piotrowski <b@bpiotrowski.pl>
Bartłomiej Piotrowski: 1
 main/gawk: upgrade to 4.0.1

 1 files changed, 7 insertions(+), 9 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/357/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/gawk: upgrade to 4.0.1 Export this patch

Bartłomiej Piotrowski <b@bpiotrowski.pl>
---
 main/gawk/APKBUILD |   14 ++++++--------
 1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD
index e86dafb..90f9943 100644
--- a/main/gawk/APKBUILD
+++ b/main/gawk/APKBUILD
@@ -1,18 +1,16 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>

pkgname=gawk
pkgver=4.0.0
pkgver=4.0.1
pkgrel=1
pkgrel=0
pkgdesc="GNU awk pattern-matching language"
url="http://www.gnu.org/software/gawk/gawk.html"
arch="all"
license="GPL"
depends=
makedepends=""
install=
subpackages="$pkgname-doc"
source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
       $install"
source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"

build() {
       cd "$srcdir/$pkgname-$pkgver"
@@ -33,4 +31,4 @@ package() {

}

md5sums="51e417b71287629940051e6f652c6492  gawk-4.0.0.tar.gz"
md5sums="a601b032c39cd982f34272664f8afa49  gawk-4.0.1.tar.xz"
-- 
1.7.9.5


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---