From e4e7eafa61015cb5967f7987f640596a6c47ec13 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Thu, 12 Apr 2018 20:10:36 +0000 Subject: [PATCH] community/gomplate: upgrade to 2.4.0 --- community/gomplate/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index 33cb8645515..f021d4f6c6e 100644 --- a/community/gomplate/APKBUILD +++ b/community/gomplate/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Dave Henderson 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"