diff options
author | Dave Henderson <dhenderson@gmail.com> | 2018-06-08 22:41:15 -0400 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-17 07:24:17 +0000 |
commit | e8494589bfae15669015a8684465981ebac5b25a (patch) | |
tree | 30c11c42972553dfb2083e6e608760e87a3d8afa /community/gomplate | |
parent | ad6d0e9c6079175218021a01fe729dc6161cf75d (diff) | |
download | aports-e8494589bfae15669015a8684465981ebac5b25a.tar.bz2 aports-e8494589bfae15669015a8684465981ebac5b25a.tar.xz |
community/gomplate: upgrade to 2.6.0
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
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 4ea5ef486d..98c73c4056 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=2.5.0 +pkgver=2.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="135fcc7e5404c54b4ddee1272167dc2d6689c9fa0071b55d824be2b9b62b280a6d30d0343638c16e3e24422ddbcc6016dc61f63bb10cccc79b0364eb925ac4fd gomplate-2.5.0.tar.gz" +sha512sums="974d4a3c64fe9413c637b855f42d10660c13c5f455f873b3ecdd87d294fc93705f5c37b0509f18f10cbfcbc974442bebd972897d6ab8fdbe339ac05f9f1cdf2a gomplate-2.6.0.tar.gz" |