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 33cb864551..f021d4f6c6 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.2.0 +pkgver=2.4.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="c8893cf13c788002ce12b739afe39ff9f87cfb71301b5b78184582ab0b05879cf4a218da5db76379f2ded4a0b0333575ad3d520e32496da65b736ab1b86b231d gomplate-2.2.0.tar.gz" +sha512sums="7640c45e8387e999fb42dfe97a78b35ed19e140150bcd46b1559348672e513caddc9252e3dd2364e8229f3c27ea0618813be72ac1da9e96a4f1cc8b80cc2452b gomplate-2.4.0.tar.gz" |
