summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-12 04:09:22 +0000
commit00b75e94fdb3eedea225ff1192972db1a46c09bd (patch)
tree2409ea89ac3c8422c7189bbce9942fe78ef4f2bd /core
parent96ba30fd7b52ef7318f2499e75970e3e186f84eb (diff)
Mon May 12 04:02:50 UTC 2014
Diffstat (limited to 'core')
-rw-r--r--core/gawk/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gawk/PKGBUILD b/core/gawk/PKGBUILD
index d8ae62387..cf1b0f124 100644
--- a/core/gawk/PKGBUILD
+++ b/core/gawk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 197682 2013-10-28 10:54:43Z tpowa $
+# $Id: PKGBUILD 212223 2014-05-11 08:53:39Z tpowa $
# Maintainer:
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=gawk
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
pkgdesc="GNU version of awk"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gawk/"
@@ -14,7 +14,7 @@ depends=('sh' 'glibc' 'mpfr')
provides=('awk')
install=gawk.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('13e02513105417818a31ef375f9f9f42'
+md5sums=('45f5b09aa87b4744c4c53bf274e96ed0'
'SKIP')
build() {