summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2022-04-17 19:43:51 +0000
committerEnmanuel2022-04-17 19:43:51 +0000
commit584dc5c63d0423aa5040d716f1613906d3ab5de8 (patch)
treeff559cb86f5712278076a3e0be58f9363f0120b5 /PKGBUILD
parent6fd5ab79b4090afa96310ec2bdb9f34c47b85eab (diff)
downloadaur-584dc5c63d0423aa5040d716f1613906d3ab5de8.tar.gz
Updating to version 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 133716081c1e..98e4000be381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=terraboard
pkgname=terraboard
-pkgver=2.1.0
+pkgver=$PKGVER
pkgrel=1
pkgdesc="A web dashboard to inspect Terraform States."
arch=('x86_64')
url="https://github.com/camptocamp/terraboard/"
license=('Apache-2')
source=("https://github.com/camptocamp/${_name}/releases/download/v${pkgver}/${_name}_${pkgver}_linux_amd64.zip")
-sha256sums=('2b654f3c6fe3257854b9da5d2b215feb6e2614560154f989c6a6ee7e5158d7c1')
+sha256sums=('d43f3bff8d95138fed816f4dcd025df6dbcfcfdc73579fe96ceaeaae85caafd4')
package() {
cd "${srcdir}"