summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-12-24 14:13:24 +0000
committerJoan Bruguera2022-12-24 14:13:24 +0000
commitfb65cf5f3e9196e9f5a820304051512aa7cf8dfa (patch)
treed4b21460ba3ec311d14d352746d32629807faa5d
parent9330a1bd9dff44deec285e89198d3a027e409825 (diff)
downloadaur-fb65cf5f3e9196e9f5a820304051512aa7cf8dfa.tar.gz
decK v1.17.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a130f4af32c9..dd678a1b61f3 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.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.17.0.tar.gz::https://github.com/Kong/deck/archive/v1.17.0.tar.gz
- sha256sums = a36e4f66c54d83496484c9b5f160b98324f84da395402517cf02aae7ed40f395
+ source = deck-1.17.1.tar.gz::https://github.com/Kong/deck/archive/v1.17.1.tar.gz
+ sha256sums = 245b4397c3b32bdb20813c9ca43514757071111450ad3473d42d7b45142cdaa3
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index 0b3380e75e60..43f521592055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.17.0
+pkgver=1.17.1
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=('a36e4f66c54d83496484c9b5f160b98324f84da395402517cf02aae7ed40f395')
+sha256sums=('245b4397c3b32bdb20813c9ca43514757071111450ad3473d42d7b45142cdaa3')
install=install.sh
prepare(){