diff options
-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 5ed0a0aa18..dcec63dd83 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=1.5.1 +pkgver=1.6.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="4b5809edf2c6cf5e4b345848d2117be61c60f3479e9b30eb28937b7abefeade71385ddd338c048d7b339e57314e855864ee093cd06b266fb5c19489d8c36bd18 gomplate-1.5.1.tar.gz" +sha512sums="deb512ddb2b61b25ef716621c05723c2b02bff506860ccb15575474cd6167cf582a59eb531dc23077419cc287368194946b29810437582a194d2c67569eb62a8 gomplate-1.6.0.tar.gz" |