diff options
author | Dave Henderson <dhenderson@gmail.com> | 2019-03-09 15:10:19 -0500 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-11 17:26:05 +0000 |
commit | c0a1d6efca1051f6e5142412d180900f5efd37fb (patch) | |
tree | f9d6ddc2a444be87e80dc63e7a34b5b76aa306ce /community/gomplate | |
parent | 4578457314b15554f54623e733fb95b1ee88c84e (diff) | |
download | aports-c0a1d6efca1051f6e5142412d180900f5efd37fb.tar.bz2 aports-c0a1d6efca1051f6e5142412d180900f5efd37fb.tar.xz |
community/gomplate: upgrade to 3.3.1
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 9b5285432c..5ff402bbc7 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=3.3.0 +pkgver=3.3.1 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="6a9520e1b7cb20780a8a11c82deefd41525cfad13a4caeff51da84ed6053b94dd8648997a5eb82c197b4d2f636710a4b157574172444418630442addb0162699 gomplate-3.3.0.tar.gz" +sha512sums="1c4c9ce4a7915cf1717de352e1391b33ac28054da590fd817cae6ce0d4f4682bc312d5c38b8249069c219c21cdf5ae3418fb2ad2b83cd4219633396565102f7c gomplate-3.3.1.tar.gz" |