summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2018-01-24 23:09:47 -0800
committerPatrick McCarty2018-01-24 23:09:47 -0800
commit8f120c272e1c3ae3e61597973381460953441db7 (patch)
tree8b7159b2359415856402f1f8e1e9e8ce975c9af0 /PKGBUILD
parente5a1fd770c3cb2aeac915ac0ec2824731a74345a (diff)
downloadaur-8f120c272e1c3ae3e61597973381460953441db7.tar.gz
Bump to 1.1.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5de02346ddd1..58d9a19adbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gawk-xml
_project=gawkextlib
-pkgver=1.0.6
+pkgver=1.1.0
pkgrel=1
pkgdesc="GAWK extension - interface to Expat for parsing XML"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://sourceforge.net/projects/gawkextlib/"
license=('GPL')
depends=('expat' 'gawkextlib')
source=("https://downloads.sourceforge.net/$_project/$pkgname-$pkgver.tar.gz")
-md5sums=('9f00d66370f65922052b661bf56442c1')
-sha256sums=('9f49cf8857e2cca879fbe66c99d69bf267208a3c756b1f68fcfc23cc06c7b10c')
+md5sums=('ab53e750d98c04bcedb2e847498a684b')
+sha256sums=('79095ce5d6e7c1851dac1f6ecb10311c9901bb051b8eb33326b5b968a554357d')
build() {
cd "$pkgname-$pkgver"