summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-25 17:19:26 +0000
committerJoan Bruguera Micó2024-01-25 17:19:26 +0000
commit5efeaa315e99a3fc6ec6bb06346fcf0a374145c3 (patch)
tree36e21734c88875b813e2a86f8c9b507999088694
parentae2b6f9ca581a9d0d3da0bcbc1d3dafcb7887c93 (diff)
downloadaur-5efeaa315e99a3fc6ec6bb06346fcf0a374145c3.tar.gz
decK v1.32.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ceaba8bff09..c6f19e61ffdb 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.31.1
+ pkgver = 1.32.0
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.31.1.tar.gz::https://github.com/Kong/deck/archive/v1.31.1.tar.gz
- sha256sums = 886b674feb5cd075f7d6f87c435a92fa0b7fea84af7585f3f508708d1ef23502
+ source = deck-1.32.0.tar.gz::https://github.com/Kong/deck/archive/v1.32.0.tar.gz
+ sha256sums = 8373c2ef7984cb2549e79e6069c8d1eba61b17ae3d6b481aedd885079d144bd3
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index e356fd132f00..37dbf823725a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.31.1
+pkgver=1.32.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=('886b674feb5cd075f7d6f87c435a92fa0b7fea84af7585f3f508708d1ef23502')
+sha256sums=('8373c2ef7984cb2549e79e6069c8d1eba61b17ae3d6b481aedd885079d144bd3')
install=install.sh
prepare(){