summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2022-06-06 18:53:53 +0200
committerJoan Bruguera2022-06-06 18:53:53 +0200
commit3ad8166e2443fcc6c40278b58c18eeab3101c08c (patch)
treef9b3786b93b669d41ea6d1ed9e290466c0530ebf
parentd889751041b060350fca7b61807fd7620d7246f3 (diff)
downloadaur-3ad8166e2443fcc6c40278b58c18eeab3101c08c.tar.gz
decK v1.12.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b68cc62287a5..896e30026fc2 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.1
+ pkgver = 1.12.2
pkgrel = 1
url = https://github.com/Kong/deck
install = install.sh
arch = x86_64
license = Apache
makedepends = go
- source = deck-1.12.1.tar.gz::https://github.com/Kong/deck/archive/v1.12.1.tar.gz
- sha256sums = 1a5e44c2fd0b691b9537c69df0aa07b925e9e7fa6576f3bcfe4f5a6a9b66b5ab
+ source = deck-1.12.2.tar.gz::https://github.com/Kong/deck/archive/v1.12.2.tar.gz
+ sha256sums = a7e0131573954feecf962ea9748c2f51a3582ef8b263b76fcc338d11c1a3277f
pkgname = deck
diff --git a/PKGBUILD b/PKGBUILD
index 17bf809005ec..3d2b54317ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=deck
-pkgver=1.12.1
+pkgver=1.12.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=('1a5e44c2fd0b691b9537c69df0aa07b925e9e7fa6576f3bcfe4f5a6a9b66b5ab')
+sha256sums=('a7e0131573954feecf962ea9748c2f51a3582ef8b263b76fcc338d11c1a3277f')
install=install.sh
prepare(){