aboutsummaryrefslogtreecommitdiffstats
path: root/community/gomplate
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-11-29 21:57:52 -0500
committerAndy Postnikov <apostnikov@gmail.com>2018-12-06 02:39:59 +0200
commitc74c49e3ab3060e7d541fa7272af2fa4a5404f78 (patch)
treeff722d9bad0714d3d24953fcc519cc11960422bf /community/gomplate
parentdbc48a1acbbbd7ea7e7935ae9cd21890f5d76b37 (diff)
community/gomplate: upgrade to 3.1.0
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'community/gomplate')
-rw-r--r--community/gomplate/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD
index 5bced758576..dd722368747 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"