diff options
author | Dave Henderson <dhenderson@gmail.com> | 2017-05-01 15:35:24 -0400 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:43:02 +0200 |
commit | 1b5ccb73f9123cc834f9a2068a9697599a5b1cb2 (patch) | |
tree | 7a163747bdee263e94abdf8d9c5e6c86f4c5b169 /community/gomplate | |
parent | d55a8f9537143d5239d55d9833f8d874c0740c90 (diff) | |
download | aports-1b5ccb73f9123cc834f9a2068a9697599a5b1cb2.tar.bz2 aports-1b5ccb73f9123cc834f9a2068a9697599a5b1cb2.tar.xz |
community/gomplate: upgrade to 1.6.0
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 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" |