summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-11-09 19:24:38 +0000
committerJoan Bruguera2022-11-09 19:24:50 +0000
commit1ad47661b89787fab94f29a154f4a21750bcdcc3 (patch)
tree0bf6a4c3b2f6a13c7e4860ea24c1f3a34b4fe0ed
parent5de8cef3929760a15d23ae411d92d466f95a9726 (diff)
downloadaur-1ad47661b89787fab94f29a154f4a21750bcdcc3.tar.gz
decK v1.16.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806428a815a7..785d20551a99 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.15.1
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.15.1.tar.gz::https://github.com/Kong/deck/archive/v1.15.1.tar.gz
- sha256sums = 4e489d5fbd10224ace3ff8eeb88600f44d9def1232fa32fd3697950f8ceacc93
+ source = deck-1.16.0.tar.gz::https://github.com/Kong/deck/archive/v1.16.0.tar.gz
+ sha256sums = 764cfbdb48399dd8d5c0bad6f20fcb52f3d5d0be91baa651b5ed132bede1b885
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index cbec0a47c890..ee319d293677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.15.1
+pkgver=1.16.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=('4e489d5fbd10224ace3ff8eeb88600f44d9def1232fa32fd3697950f8ceacc93')
+sha256sums=('764cfbdb48399dd8d5c0bad6f20fcb52f3d5d0be91baa651b5ed132bede1b885')
install=install.sh
prepare(){