diff options
-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" |