diff options
author | Dave Henderson <dhenderson@gmail.com> | 2019-05-06 20:38:20 -0400 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-09 04:35:38 +0300 |
commit | c9b466f4abd3167e75b6ba0800d2943f68058ded (patch) | |
tree | 47f5e8ad96302a1f400d7605d2b79d0d126fa644 /community/gomplate/APKBUILD | |
parent | 91af6fbc4ed4dc302e1cffc595dd920388a134ec (diff) | |
download | aports-c9b466f4abd3167e75b6ba0800d2943f68058ded.tar.bz2 aports-c9b466f4abd3167e75b6ba0800d2943f68058ded.tar.xz |
community/gomplate: upgrade to 3.4.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'community/gomplate/APKBUILD')
-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 0c244bd8c2..a183c7e463 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.4.0 +pkgver=3.4.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="4981116e9d5a13ca2257c8d34cff5bea38e5d9ef7113de8aad0ddccfd08f6ad88daf498d7de2dffc276bf3ecf24c7da0780069ff2f7e2dadd14f0f912a215ef8 gomplate-3.4.0.tar.gz" +sha512sums="4ea91f56212307e8f2f830da4d32f536c28783f36a05926ee588de0b688a831fc512a4f7551801e845aaaa8fe1a46216d4aabeefc61ff0536505cc8470a688ce gomplate-3.4.1.tar.gz" |