diff options
author | Dave Henderson <dhenderson@gmail.com> | 2017-10-14 16:08:51 -0400 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-19 11:27:45 +0200 |
commit | 755ae54f0f72b8bc99413f023cbbbc73c1f90576 (patch) | |
tree | 1f185a09e60cfc185588b8bafbe651c7dc7169bf /community/gomplate | |
parent | 043a38832a7567c2cb98b1fd4a9d67bfb663c8ef (diff) | |
download | aports-755ae54f0f72b8bc99413f023cbbbc73c1f90576.tar.bz2 aports-755ae54f0f72b8bc99413f023cbbbc73c1f90576.tar.xz |
community/gomplate: upgrade to 2.1.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 159fbdff8b..f73ebddeb1 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.0.0 +pkgver=2.1.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="2e767adf798ebb52e455d38b2dac93939e780047a3cdd47b796d0a338769541e48b7417bc28605023e91d5ed01bc0201e2997ea37ed0eac4917a6ae3b2fa0734 gomplate-2.0.0.tar.gz" +sha512sums="aa31d4c4134603cfae9234830de77067255df240c37ee505b3747be87425a2d570e34fa7c786b1afea045f4784ef6ff1f1b4b1b6161bbca4a904473f20dee075 gomplate-2.1.0.tar.gz" |