diff options
Diffstat (limited to 'community/gomplate/APKBUILD')
-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 9a49c60126..40fb212edf 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.7.0 +pkgver=1.9.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="52f56f2035593038f1fd35dfa97e0b5a614d65427152f989ba91519757d665570750704d74e64c9d99775bdb491a4286afc27a5c307ad6623c125ab3680bfc66 gomplate-1.7.0.tar.gz" +sha512sums="7e4d0e7386516c1c3ddb819ca2faf7ca8a3664dc62acbcc5ba132722018a38faee0d23cce69eb8c4b702dd70254aaea4919dfcbab1b1c42660f37b09eff0ae11 gomplate-1.9.0.tar.gz" |