diff options
author | Dave Henderson <dhenderson@gmail.com> | 2018-05-04 00:45:43 -0400 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-05-08 07:26:06 +0000 |
commit | 3751d5e1cc607b8b9bd87ca5bc0d24dc8e6abf26 (patch) | |
tree | 0ffe90a3b5b6f7a4da4d5632c4dcc19121229ce4 /community/gomplate | |
parent | 13696ef5d55e90aaa52b7c3d29dce9def05dca45 (diff) | |
download | aports-3751d5e1cc607b8b9bd87ca5bc0d24dc8e6abf26.tar.bz2 aports-3751d5e1cc607b8b9bd87ca5bc0d24dc8e6abf26.tar.xz |
community/gomplate: upgrade to 2.5.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 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" |