aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gomplate/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD
index 5bced75857..dd72236874 100644
--- a/community/gomplate/APKBUILD
+++ b/community/gomplate/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dave Henderson <dhenderson@gmail.com>
pkgname=gomplate
_goname="github.com/hairyhenderson/$pkgname"
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=0
pkgdesc="A versatile Go template processor"
url="https://github.com/hairyhenderson/gomplate"
@@ -41,4 +41,4 @@ package() {
install -D -m 755 bin/gomplate "$pkgdir"/usr/bin/gomplate || return 1
}
-sha512sums="17e5fbcb1d7d247d6eea4e3b524a2e2019e7465661cc9778068074f04ff0e8252fb17704303537d28b19a4b5d89b89198ea2db04b7c61b0e17a3653fd757712f gomplate-3.0.0.tar.gz"
+sha512sums="39151b406ee1c2c8a8ef152e58432624748eb6495f2bc3fc29a1d3fdfad1c2f3b76f5587f95155cd3de63abaafb622ac5b6bbfc2d9e1a8990e3b3dc7a83936ac gomplate-3.1.0.tar.gz"