summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-01-24 22:00:14 +0000
committerJoan Bruguera2023-01-24 22:00:23 +0000
commit48e4b9aca0ae0c41560523731da4fca211059d8f (patch)
treef1addc3665f5c4c850b315157e80ec712c0ab7cb
parentfb65cf5f3e9196e9f5a820304051512aa7cf8dfa (diff)
downloadaur-48e4b9aca0ae0c41560523731da4fca211059d8f.tar.gz
decK v1.17.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd678a1b61f3..2c3d6e48a9e1 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.17.1
+ pkgver = 1.17.2
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.17.1.tar.gz::https://github.com/Kong/deck/archive/v1.17.1.tar.gz
- sha256sums = 245b4397c3b32bdb20813c9ca43514757071111450ad3473d42d7b45142cdaa3
+ source = deck-1.17.2.tar.gz::https://github.com/Kong/deck/archive/v1.17.2.tar.gz
+ sha256sums = 442e399237195cdff940261eff237caa92e66a50c9bf59b1bd8625b42d998361
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index 43f521592055..32989783ed4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.17.1
+pkgver=1.17.2
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=('245b4397c3b32bdb20813c9ca43514757071111450ad3473d42d7b45142cdaa3')
+sha256sums=('442e399237195cdff940261eff237caa92e66a50c9bf59b1bd8625b42d998361')
install=install.sh
prepare(){