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 f021d4f6c6..4ea5ef486d 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.4.0 +pkgver=2.5.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="7640c45e8387e999fb42dfe97a78b35ed19e140150bcd46b1559348672e513caddc9252e3dd2364e8229f3c27ea0618813be72ac1da9e96a4f1cc8b80cc2452b gomplate-2.4.0.tar.gz" +sha512sums="135fcc7e5404c54b4ddee1272167dc2d6689c9fa0071b55d824be2b9b62b280a6d30d0343638c16e3e24422ddbcc6016dc61f63bb10cccc79b0364eb925ac4fd gomplate-2.5.0.tar.gz" |