summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2023-02-09 21:38:54 +0000
committerJoan Bruguera2023-02-09 21:38:57 +0000
commit83d4ec61bc9c26b170a4e240e11183aec7909f48 (patch)
tree0e1c6183c31b9aa0e93ea26bb2c78ee0717fa2d6 /PKGBUILD
parent48e4b9aca0ae0c41560523731da4fca211059d8f (diff)
downloadaur-83d4ec61bc9c26b170a4e240e11183aec7909f48.tar.gz
decK 1.18.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32989783ed4e..4f16b649ceb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.17.2
+pkgver=1.18.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=('442e399237195cdff940261eff237caa92e66a50c9bf59b1bd8625b42d998361')
+sha256sums=('da8b59fed88f7659ab57bdc247a391ae54c9dfef673105b1b41319f58eff93ac')
install=install.sh
prepare(){