summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Toxopeus2024-08-08 10:25:25 +0200
committerSam Toxopeus2024-08-08 10:25:25 +0200
commit91fa9723f2455cb29d908e23be795df380176dda (patch)
tree423b9d8d816d1b42cd93e66310dedf8f57cffce0
parent5496b7a8e5abe43edd6b1c4dc44add2036f4c069 (diff)
downloadaur-91fa9723f2455cb29d908e23be795df380176dda.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7289346a7be5..a06ce4cde3a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kubectl-cnpg
pkgdesc = A kubectl plugin to interact with CloudNativePG
- pkgver = 1.23.2
+ pkgver = 1.23.3
pkgrel = 1
url = https://github.com/cloudnative-pg/cloudnative-pg
arch = x86_64
license = Apache 2.0
depends = kubectl
provides = kubectl-cnpg
- source = https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.23.2/kubectl-cnpg_1.23.2_linux_x86_64.tar.gz
- sha256sums = b651677c7c42400766a42c27ed3db9786a1d917be363fbaad94d63aad686ee6c
+ source = https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.23.3/kubectl-cnpg_1.23.3_linux_x86_64.tar.gz
+ sha256sums = df6877f7dc1a59f281494687b9cf89d05a294f0e331ae9f05b251b8c176d0732
pkgname = kubectl-cnpg
diff --git a/PKGBUILD b/PKGBUILD
index 6c89bb390d49..36827800f6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sam Toxopeus <sam@toxopeus.it>
pkgname=kubectl-cnpg
-pkgver=1.23.2
+pkgver=1.23.3
pkgrel=1
pkgdesc="A kubectl plugin to interact with CloudNativePG"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Apache 2.0')
groups=()
depends=('kubectl')
source=("$url/releases/download/v$pkgver/${pkgname}_${pkgver}_linux_${arch}.tar.gz")
-sha256sums=('b651677c7c42400766a42c27ed3db9786a1d917be363fbaad94d63aad686ee6c')
+sha256sums=('df6877f7dc1a59f281494687b9cf89d05a294f0e331ae9f05b251b8c176d0732')
package() {
cd "$srcdir"