summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-11-13 13:33:01 +0000
committerEnmanuel2023-11-13 13:33:01 +0000
commit00cdc1ba8e27cfed5cec33f523d3a9bf5059a1ab (patch)
treed32b0189e6b81943a23bc4ed228299c6b211414b
parent6ed1e71a033cbc7112cb5766b77edf8c7fbe5fe5 (diff)
downloadaur-00cdc1ba8e27cfed5cec33f523d3a9bf5059a1ab.tar.gz
Merge branch 'renovate/configure' into 'main'
Configure Renovate See merge request mapanare-labs/packages/archlinux/gomplate-bin!1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5746f58cb3d8..77e355ee2a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,6 @@ pkgbase = gomplate-bin
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 = 16f6a01a0ff22cae1302980c42ce4f98ca20f8c55443ce5a8e62e37fc23487b3
- sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
+ sha256sums = 57e484ef5a7e1055b3b7268a7d74fd63941ce76ff6a5c41adb0c19e5bd026067
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index caedb01184e7..5766db1d2450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ 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=('16f6a01a0ff22cae1302980c42ce4f98ca20f8c55443ce5a8e62e37fc23487b3'
- '623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
+ '57e484ef5a7e1055b3b7268a7d74fd63941ce76ff6a5c41adb0c19e5bd026067')
package() {
install -Dm755 "${srcdir}"/gomplate* "${pkgdir}/usr/bin/${pkgname%-bin}"