summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-04-18 23:39:25 +0000
committerEnmanuel2023-04-18 23:39:25 +0000
commit6ed1e71a033cbc7112cb5766b77edf8c7fbe5fe5 (patch)
tree967e386b3e7ee86070a7ffb2c4b544784c5204d4
parent0c347f3ce3ba39423b7e019ac83040355dccb428 (diff)
downloadaur-6ed1e71a033cbc7112cb5766b77edf8c7fbe5fe5.tar.gz
Bumped to v3.11.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a68339af418..5746f58cb3d8 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.3
- pkgrel = 2
+ pkgver = 3.11.5
+ pkgrel = 1
url = https://gomplate.ca
arch = x86_64
license = MIT
provides = gomplate
conflicts = gomplate
- source = gomplate-bin-3.11.3::https://github.com/hairyhenderson/gomplate/releases/download/v3.11.3/gomplate_linux-amd64
+ source = gomplate-bin-3.11.5::https://github.com/hairyhenderson/gomplate/releases/download/v3.11.5/gomplate_linux-amd64
source = LICENSE::https://raw.githubusercontent.com/hairyhenderson/gomplate/main/LICENSE
- sha256sums = 2c67ef580d2416e82dc2ab8f0c30e1bf372dcd3e8511073df9310d91dc3d5f94
+ sha256sums = 16f6a01a0ff22cae1302980c42ce4f98ca20f8c55443ce5a8e62e37fc23487b3
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index c31045749b79..caedb01184e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=gomplate-bin
-pkgver=3.11.3
-pkgrel=2
+pkgver=3.11.5
+pkgrel=1
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
url="https://gomplate.ca"
@@ -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=('2c67ef580d2416e82dc2ab8f0c30e1bf372dcd3e8511073df9310d91dc3d5f94'
+sha256sums=('16f6a01a0ff22cae1302980c42ce4f98ca20f8c55443ce5a8e62e37fc23487b3'
'623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {