diff options
author | Dave Henderson <dhenderson@gmail.com> | 2017-03-22 21:06:34 -0400 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-23 14:24:04 +0100 |
commit | faf3a2782519cbe5fd5b583fc42ac9f0d3f7bd3c (patch) | |
tree | 903b2d56cda5960ee3849d2f0eedbba064fc5e4d | |
parent | e0f62292083ce9349c99eb31f186f226aca5b4cd (diff) | |
download | aports-faf3a2782519cbe5fd5b583fc42ac9f0d3f7bd3c.tar.bz2 aports-faf3a2782519cbe5fd5b583fc42ac9f0d3f7bd3c.tar.xz |
community/gomplate: upgrade to 1.5.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
-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 e4d64d6fed..fb13484a71 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.0 +pkgver=1.5.1 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="5fc19db209751dd7f9a7f12c99f188a8a47d604c42f24eb6b3ccd55f523e691ddd2d0db3eb23e1e0bdde9b25dcb2b8a53b088d68e5a697fa356bd08ea7ca78a9 gomplate-1.5.0.tar.gz" +sha512sums="4b5809edf2c6cf5e4b345848d2117be61c60f3479e9b30eb28937b7abefeade71385ddd338c048d7b339e57314e855864ee093cd06b266fb5c19489d8c36bd18 gomplate-1.5.1.tar.gz" |