diff options
Diffstat (limited to 'community/gomplate')
-rw-r--r-- | community/gomplate/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index dd72236874..af22a6d364 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.1.0 +pkgver=3.2.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="39151b406ee1c2c8a8ef152e58432624748eb6495f2bc3fc29a1d3fdfad1c2f3b76f5587f95155cd3de63abaafb622ac5b6bbfc2d9e1a8990e3b3dc7a83936ac gomplate-3.1.0.tar.gz" +sha512sums="7c44e26b57da6ce9eb036942c913cdeb7fe505717936ababf4358b168a82cf790475ce6021afc2e857e1bdd268561c809293ac0b911a005b12540fb904471388 gomplate-3.2.0.tar.gz" |