diff options
author | Dave Henderson <dhenderson@gmail.com> | 2018-08-29 22:20:47 -0400 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-31 06:09:36 +0000 |
commit | 37602464c49e6555c1ac77393b403ac5a92aeb89 (patch) | |
tree | a7a267d54fbad8d5cb81143d45bf71aca26200fa /community/gomplate | |
parent | f6efbe14adcc2f69742448c2f8b29090374a7ca1 (diff) | |
download | aports-37602464c49e6555c1ac77393b403ac5a92aeb89.tar.bz2 aports-37602464c49e6555c1ac77393b403ac5a92aeb89.tar.xz |
community/gomplate: upgrade to 2.8.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 99d8652a72..15e9955403 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.7.0 +pkgver=2.8.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="c1ea336b789eccc04e4dbeddee89c2bc824aab873165e510c6b2b1102fb6f2cc204277b4341ad2fe600046dcb10395aed7046742c55ca79807ea23bf81b72d4f gomplate-2.7.0.tar.gz" +sha512sums="84439233aa4b84cf1e7337a6a56fc2f8d38d6bb02423d6c045dc49020391cc69aaebfac26a3f2d1afbd7a1bd579285a14f8469f8cc29c20bca46ea1984e78ce0 gomplate-2.8.0.tar.gz" |