diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-31 16:42:12 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-01 13:03:20 +0100 |
commit | 9649f13819158c5bd662eb30218837a9750038c6 (patch) | |
tree | 3148b8740b0b2bbf876aced0fdce2dc05a0932ae | |
parent | f402ff724b8537ae446e73399a15f489653d9cb1 (diff) | |
download | aports-9649f13819158c5bd662eb30218837a9750038c6.tar.bz2 aports-9649f13819158c5bd662eb30218837a9750038c6.tar.xz |
main/gawk: upgrade to 4.0.2
-rw-r--r-- | main/gawk/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gawk/APKBUILD b/main/gawk/APKBUILD index a17cb74d62..8615e8ed28 100644 --- a/main/gawk/APKBUILD +++ b/main/gawk/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=gawk -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=0 pkgdesc="GNU awk pattern-matching language" url="http://www.gnu.org/software/gawk/gawk.html" @@ -30,4 +30,4 @@ package() { } -md5sums="a601b032c39cd982f34272664f8afa49 gawk-4.0.1.tar.xz" +md5sums="8a9b2f1170ac9dcd3eb13716b5ec4021 gawk-4.0.2.tar.xz" |