diff options
Diffstat (limited to 'community/gomplate/APKBUILD')
-rw-r--r-- | community/gomplate/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index 2794183c47..9a49c60126 100644 --- a/community/gomplate/APKBUILD +++ b/community/gomplate/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Dave Henderson <dhenderson@gmail.com> pkgname=gomplate _goname="github.com/hairyhenderson/$pkgname" -pkgver=1.6.0 -pkgrel=1 +pkgver=1.7.0 +pkgrel=0 pkgdesc="A versatile Go template processor" url="https://github.com/hairyhenderson/gomplate" arch="all" @@ -41,4 +41,4 @@ package() { install -D -m 755 bin/gomplate "$pkgdir"/usr/bin/gomplate || return 1 } -sha512sums="deb512ddb2b61b25ef716621c05723c2b02bff506860ccb15575474cd6167cf582a59eb531dc23077419cc287368194946b29810437582a194d2c67569eb62a8 gomplate-1.6.0.tar.gz" +sha512sums="52f56f2035593038f1fd35dfa97e0b5a614d65427152f989ba91519757d665570750704d74e64c9d99775bdb491a4286afc27a5c307ad6623c125ab3680bfc66 gomplate-1.7.0.tar.gz" |