summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-07-16 11:15:21 +0200
committerJoan Bruguera2022-07-16 11:15:21 +0200
commite918a9701fa9fe14d0ea65091b4a915341279af7 (patch)
tree6dfdf303f31d5f8539bdd4e87e4c1fe0d95fb0e9
parentc9a08086fea1bda8f6b160dce41ba484be9a0013 (diff)
downloadaur-e918a9701fa9fe14d0ea65091b4a915341279af7.tar.gz
decK v1.13.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d84ecc8cf071..844275ef5307 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.12.4
+ pkgver = 1.13.0
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.12.4.tar.gz::https://github.com/Kong/deck/archive/v1.12.4.tar.gz
- sha256sums = 5654bfccebc353e6aeea8dc37ef350cc703232d9687e4d1aa3b6bad5865e0f2c
+ source = deck-1.13.0.tar.gz::https://github.com/Kong/deck/archive/v1.13.0.tar.gz
+ sha256sums = 9b8fdcbea73cbd55a6a4bd49077493f380eb7da571902d917e586e3e2944eba9
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index 0c8d70634dfc..0e89cece49e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.12.4
+pkgver=1.13.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=('5654bfccebc353e6aeea8dc37ef350cc703232d9687e4d1aa3b6bad5865e0f2c')
+sha256sums=('9b8fdcbea73cbd55a6a4bd49077493f380eb7da571902d917e586e3e2944eba9')
install=install.sh
prepare(){