summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2021-09-14 20:39:03 +0200
committerJoan Bruguera2021-09-14 20:40:50 +0200
commitd7de6cffd7c92042756bbd57a450b440bf19e2f1 (patch)
tree75ad045ec6507b373e5df5cf0288594ac2dfb0ef /PKGBUILD
parenta7da61ed498d035303e59da24f02ebdef0a573fb (diff)
downloadaur-d7de6cffd7c92042756bbd57a450b440bf19e2f1.tar.gz
decK v1.8.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c50d6903b49b..7fedfb181a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='decK: Configuration management and drift detection for Kong and Kong Enterprise'
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/Kong/$pkgname"
license=('Apache')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kong/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('a1e73a36616775cfb81487da03fffd74d7a6e3ac5637a0c0dc0e691649170a85')
+sha256sums=('c55896fb54024d3943b8f19120dcd9166b5d5e95713559fb9bb226c04b2f6908')
install=install.sh
prepare(){