summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-22 20:38:04 +0000
committerJoan Bruguera Micó2024-01-22 20:39:10 +0000
commitae2b6f9ca581a9d0d3da0bcbc1d3dafcb7887c93 (patch)
tree4a29cbd60211fbb4d4edfab93f0740a9aca5388e
parentc9c3644140437453f6d7aafbde2dbd1774d79a27 (diff)
downloadaur-ae2b6f9ca581a9d0d3da0bcbc1d3dafcb7887c93.tar.gz
decK v1.31.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77905aad0f3e..8ceaba8bff09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = deck
pkgdesc = decK: Configuration management and drift detection for Kong and Kong Enterprise
- pkgver = 1.30.0
+ pkgver = 1.31.1
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.30.0.tar.gz::https://github.com/Kong/deck/archive/v1.30.0.tar.gz
- sha256sums = f1289f89334e53c290e5b841f7a7954f0ae5217e3a2c14670dee461b9c43a0b4
+ source = deck-1.31.1.tar.gz::https://github.com/Kong/deck/archive/v1.31.1.tar.gz
+ sha256sums = 886b674feb5cd075f7d6f87c435a92fa0b7fea84af7585f3f508708d1ef23502
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index ce6918c8720f..e356fd132f00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.30.0
+pkgver=1.31.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=('f1289f89334e53c290e5b841f7a7954f0ae5217e3a2c14670dee461b9c43a0b4')
+sha256sums=('886b674feb5cd075f7d6f87c435a92fa0b7fea84af7585f3f508708d1ef23502')
install=install.sh
prepare(){