summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2023-02-10 22:43:13 +0000
committerJoan Bruguera2023-02-10 22:43:13 +0000
commit1ebfa22e8afdc90a42d19b9d33f3993540a00cc7 (patch)
treeafcc780c332fae52f68f2c292f3960422bc2ef65 /PKGBUILD
parent83d4ec61bc9c26b170a4e240e11183aec7909f48 (diff)
downloadaur-1ebfa22e8afdc90a42d19b9d33f3993540a00cc7.tar.gz
decK 1.18.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f16b649ceb1..0932cd572f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.18.0
+pkgver=1.18.1
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=('da8b59fed88f7659ab57bdc247a391ae54c9dfef673105b1b41319f58eff93ac')
+sha256sums=('56e24d33ef51aa7249d1e5a2dfe0147e790a5b310c87b66a092c2860f9dfc954')
install=install.sh
prepare(){