summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoristimaldar2021-02-17 23:45:20 +0300
committeristimaldar2021-02-17 23:45:20 +0300
commitd41d0c0774a5034101cbe524e9e9604d01d55d5a (patch)
treef97a1632258bdad4f3fab5b7b72ecb83c71e36af
parent55ee3c99775a28e9bc51525f48645b83193583a3 (diff)
downloadaur-d41d0c0774a5034101cbe524e9e9604d01d55d5a.tar.gz
v3.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89b7ebb2511..49ced3f210a3 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.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://gomplate.ca
arch = x86_64
license = MIT
provides = gomplate
- source = gomplate-bin-3.8.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.8.0/gomplate_linux-amd64
+ source = gomplate-bin-3.9.0::https://github.com/hairyhenderson/gomplate/releases/download/v3.9.0/gomplate_linux-amd64
source = LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE
- sha256sums = 13b39916b11638b65f954fab10815e146bad3a615f14ba2025a375faf0d1107e
+ sha256sums = 7dbabe30095f822ec38f5f70711ff121c26e588227da4cc05208417cfaf929cd
sha256sums = 623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20
pkgname = gomplate-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6d71a3d908f5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+LICENSE
+gomplate*
diff --git a/PKGBUILD b/PKGBUILD
index b136189d7c7e..813f92befb90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=gomplate-bin
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
@@ -10,7 +10,7 @@ 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=('13b39916b11638b65f954fab10815e146bad3a615f14ba2025a375faf0d1107e'
+sha256sums=('7dbabe30095f822ec38f5f70711ff121c26e588227da4cc05208417cfaf929cd'
'623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {