summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Gregoratto2019-05-05 20:48:56 +1000
committerStephen Gregoratto2019-05-05 20:48:56 +1000
commitdf3653941c092b575532f57d696d5f28ace246b7 (patch)
treed86b3b8d3d172107896c3d12ae46de4026bbdca0 /PKGBUILD
parentffa04c85a3f737920f9dbd9fd40475bfc488c4ca (diff)
downloadaur-df3653941c092b575532f57d696d5f28ace246b7.tar.gz
Update to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b7c680fbb09..1227afb1e27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: KingofToasters <themanhimself at sgregoratto dot me>
pkgname=goawk
-pkgver=1.4.1
+pkgver=1.5.1
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=('b163004f9271db96d7aa49ee035e7a9b6ea7162f5556af8e5fad9506f3ef6007')
+sha256sums=('0d8194170ac865f47823d40e6785141da36ffbc0293eee2a72ef56374dc92a74')
build() {
cd "${pkgname}-${pkgver}"