summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2021-12-10 08:41:57 +0100
committerJoan Bruguera2021-12-10 08:41:57 +0100
commitc9b859e108c59970b159be4f82a5c335a97584e1 (patch)
tree3082ebe1c60483cc666bed8bd78d0e1929cb14a1
parent64e238c4ee18d5613e4e88c2fbc544cca4746586 (diff)
downloadaur-c9b859e108c59970b159be4f82a5c335a97584e1.tar.gz
decK v1.9.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52ac550d2c7a..a57f989f6ce1 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.8.2
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.8.2.tar.gz::https://github.com/Kong/deck/archive/v1.8.2.tar.gz
- sha256sums = 9ee68176bf0ef34e31a98163ea4b18372963f63a892d44f490a2fed99d0df9d5
+ source = deck-1.9.0.tar.gz::https://github.com/Kong/deck/archive/v1.9.0.tar.gz
+ sha256sums = 7ed37822b7aba8a188b0591c43e70bf917e2522fd82d17208c0330746bfaf26f
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index e418b76a1ec6..8e81b21398f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.8.2
+pkgver=1.9.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=('9ee68176bf0ef34e31a98163ea4b18372963f63a892d44f490a2fed99d0df9d5')
+sha256sums=('7ed37822b7aba8a188b0591c43e70bf917e2522fd82d17208c0330746bfaf26f')
install=install.sh
prepare(){