summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 507ba9734390..7a922fea0800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gomplate-bin
pkgdesc = A flexible commandline tool for template rendering. Supports lots of local and remote datasources
pkgver = 3.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://gomplate.ca
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = gomplate-bin
conflicts = gomplate
source = gomplate-bin-3.11.2::https://github.com/hairyhenderson/gomplate/releases/download/v3.11.2/gomplate_linux-amd64
source = LICENSE::https://raw.githubusercontent.com/hairyhenderson/gomplate/main/LICENSE
- sha256sums = e3d3c32075c6523bd6d0a999977d1a9619b7d39549381b40dad8a82c963fc13e
+ sha256sums = 53858f4c6b68a0bea0a66430760eb0948c7745f6d3052a395507e6bb9c6964a9
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index 58bbca900a29..bf3c57b208e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gomplate-bin
pkgver=3.11.2
-pkgrel=1
+pkgrel=2
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=('e3d3c32075c6523bd6d0a999977d1a9619b7d39549381b40dad8a82c963fc13e'
+sha256sums=('53858f4c6b68a0bea0a66430760eb0948c7745f6d3052a395507e6bb9c6964a9'
'623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {