summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-14 03:10:32 +0200
committerDimitris Kiziridis2020-11-14 03:10:32 +0200
commit55ee3c99775a28e9bc51525f48645b83193583a3 (patch)
tree182c819217ecde89cd356410d0d6f33fb38fefcd
parent2bd83295337a8b4a17e08f52280988ae39fd0169 (diff)
downloadaur-55ee3c99775a28e9bc51525f48645b83193583a3.tar.gz
Update to 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35c13a10f2d..c89b7ebb2511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gomplate-bin
pkgdesc = A flexible commandline tool for template rendering. Supports lots of local and remote datasources
- pkgver = 3.7.0
+ pkgver = 3.8.0
pkgrel = 1
url = https://gomplate.ca
arch = x86_64
license = MIT
provides = gomplate
- source = gomplate-bin-3.7.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.7.0/gomplate_linux-amd64
+ source = gomplate-bin-3.8.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate_linux-amd64
source = LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE
- sha256sums = 27b0792309b78cd872ffe72a040475b2704f72e055a774079c9fcc5ac23543f6
+ sha256sums = 13b39916b11638b65f954fab10815e146bad3a615f14ba2025a375faf0d1107e
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79e27c2e0352..b136189d7c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=gomplate-bin
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
@@ -10,11 +10,11 @@ license=('MIT')
provides=('gomplate')
source=("${pkgname}-${pkgver}::https://github.com/hairyhenderson/gomplate/releases/download/v${pkgver}/gomplate_linux-amd64"
'LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE')
-sha256sums=('27b0792309b78cd872ffe72a040475b2704f72e055a774079c9fcc5ac23543f6'
+sha256sums=('13b39916b11638b65f954fab10815e146bad3a615f14ba2025a375faf0d1107e'
'623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {
install -Dm755 "${srcdir}"/gomplate* "${pkgdir}/usr/bin/gomplate"
install -Dm644 "${srcdir}"/LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: