summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Gregoratto2019-01-24 10:06:01 +1100
committerStephen Gregoratto2019-01-24 10:06:01 +1100
commit73a173f1d70d4e5702e9b6d12187b7e87e67e28e (patch)
treea66f8f615c36df7ba92d0a7628836df38513a4d5 /PKGBUILD
parent53cc94848487c59294fa1e0f7ecb2d91f93578d6 (diff)
downloadaur-73a173f1d70d4e5702e9b6d12187b7e87e67e28e.tar.gz
Update to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a74f999bf5a5..0dbab519f3bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: KingofToasters <themanhimself at sgregoratto dot me>
pkgname=goawk
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="AWK interpreter written in go"
url="https://github.com/benhoyt/goawk"
@@ -8,7 +8,7 @@ license=('MIT')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
makedepends=('go-pie')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('36e60f5e5b2c77a8184ae149eac30d931cbd0b6e796f91dbf1c51b5afdd3c965')
+sha256sums=('ca4ba2a62a1327c34470e2dfc61e19b9bc12c6d8166a615cbca3ee5aeeafee43')
build() {
cd "${pkgname}-${pkgver}"