summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-12 20:35:32 +0300
committerDimitris Kiziridis2020-06-12 20:35:32 +0300
commit2bd83295337a8b4a17e08f52280988ae39fd0169 (patch)
treed5f2b74ceeae87959ad640adaf7ddf799d286753
parent6446a566316f63f29cfd598ddaddb1582cd91b16 (diff)
downloadaur-2bd83295337a8b4a17e08f52280988ae39fd0169.tar.gz
Update to 3.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc9d423bc90..a35c13a10f2d 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.6.0
- pkgrel = 2
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://gomplate.ca
arch = x86_64
license = MIT
provides = gomplate
- source = gomplate-bin-3.6.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.6.0/gomplate_linux-amd64
+ source = gomplate-bin-3.7.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.7.0/gomplate_linux-amd64
source = LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE
- sha256sums = 0ec9907db0e31842d954e7644c928d1b5e0eaf0f112096a0fc0d923de34cb704
+ sha256sums = 27b0792309b78cd872ffe72a040475b2704f72e055a774079c9fcc5ac23543f6
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/PKGBUILD b/PKGBUILD
index dfff1d8c358d..79e27c2e0352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=gomplate-bin
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
url="https://gomplate.ca"
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=('0ec9907db0e31842d954e7644c928d1b5e0eaf0f112096a0fc0d923de34cb704'
- '623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
+ 'LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE')
+sha256sums=('27b0792309b78cd872ffe72a040475b2704f72e055a774079c9fcc5ac23543f6'
+ '623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {
install -Dm755 "${srcdir}"/gomplate* "${pkgdir}/usr/bin/gomplate"