diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-04-04 16:43:37 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-04 14:51:22 +0000 |
commit | fe9b89c13721269c1070cdfaa983afe24cb3d03d (patch) | |
tree | 8b4e3bb7c81c9784e20bd3791a401d62f6e949f5 /main/gawk | |
parent | 4a98f8408c020380c7aff2d7fee6fea5ae070203 (diff) | |
download | aports-fe9b89c13721269c1070cdfaa983afe24cb3d03d.tar.bz2 aports-fe9b89c13721269c1070cdfaa983afe24cb3d03d.tar.xz |
main/gawk: upgrade to 4.0.1
Diffstat (limited to 'main/gawk')
-rw-r--r-- | main/gawk/APKBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD index e86dafbf0b..a17cb74d62 100644 --- a/main/gawk/APKBUILD +++ b/main/gawk/APKBUILD @@ -1,18 +1,15 @@ -# 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 -pkgrel=1 +pkgver=4.0.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 +30,4 @@ package() { } -md5sums="51e417b71287629940051e6f652c6492 gawk-4.0.0.tar.gz" +md5sums="a601b032c39cd982f34272664f8afa49 gawk-4.0.1.tar.xz" |