summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-11-01 15:49:50 +0000
committerEnmanuel2022-11-01 15:49:50 +0000
commit0c347f3ce3ba39423b7e019ac83040355dccb428 (patch)
treec28859bf79dd46cde17b4e5a63b15c8cb3647573
parent50cd2f165e0bf9324854625b9c900bbbb93a47a4 (diff)
downloadaur-0c347f3ce3ba39423b7e019ac83040355dccb428.tar.gz
Bumped to v3.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a922fea0800..6a68339af418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = gomplate-bin
pkgdesc = A flexible commandline tool for template rendering. Supports lots of local and remote datasources
- pkgver = 3.11.2
+ pkgver = 3.11.3
pkgrel = 2
url = https://gomplate.ca
arch = x86_64
license = MIT
provides = gomplate
conflicts = gomplate
- source = gomplate-bin-3.11.2::https://github.com/hairyhenderson/gomplate/releases/download/v3.11.2/gomplate_linux-amd64
+ source = gomplate-bin-3.11.3::https://github.com/hairyhenderson/gomplate/releases/download/v3.11.3/gomplate_linux-amd64
source = LICENSE::https://raw.githubusercontent.com/hairyhenderson/gomplate/main/LICENSE
- sha256sums = 53858f4c6b68a0bea0a66430760eb0948c7745f6d3052a395507e6bb9c6964a9
+ sha256sums = 2c67ef580d2416e82dc2ab8f0c30e1bf372dcd3e8511073df9310d91dc3d5f94
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf3c57b208e5..c31045749b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=gomplate-bin
-pkgver=3.11.2
+pkgver=3.11.3
pkgrel=2
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=('gomplate')
provides=('gomplate')
source=("${pkgname}-${pkgver}::https://github.com/hairyhenderson/${pkgname%-bin}/releases/download/v${pkgver}/${pkgname%-bin}_linux-amd64"
'LICENSE::https://raw.githubusercontent.com/hairyhenderson/'${pkgname%-bin}'/main/LICENSE')
-sha256sums=('53858f4c6b68a0bea0a66430760eb0948c7745f6d3052a395507e6bb9c6964a9'
+sha256sums=('2c67ef580d2416e82dc2ab8f0c30e1bf372dcd3e8511073df9310d91dc3d5f94'
'623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {