summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamtoxie2025-03-09 10:13:54 +0000
committersamtoxie2025-03-09 10:13:54 +0000
commit8ba056f73f715729686a56abd85fc57da6a4a501 (patch)
tree742cebad71ee25b7c1a4029c2eaf64fc97b25e3d
parent6b7beeed07e7d9c106b9be8d3b86dccb26d0b577 (diff)
downloadaur-8ba056f73f715729686a56abd85fc57da6a4a501.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3ae8228eb65..e21b7e6eefa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kubectl-cnpg
pkgdesc = A kubectl plugin to interact with CloudNativePG
- pkgver = 1.25.0
+ pkgver = 1.25.1
pkgrel = 1
url = https://github.com/cloudnative-pg/cloudnative-pg
arch = x86_64
license = Apache 2.0
depends = kubectl
- source = https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.0/kubectl-cnpg_1.25.0_linux_x86_64.tar.gz
- sha256sums = 2841f3803cb0707c2e81d7bef8565bf550484907a59d9fbe811960f02f44e716
+ source = https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.25.1/kubectl-cnpg_1.25.1_linux_x86_64.tar.gz
+ sha256sums = 533b04e09e44a6d07097a88419045b4ce5e04a4111907dded15b21e05b61409e
pkgname = kubectl-cnpg
diff --git a/PKGBUILD b/PKGBUILD
index 34bacfcb0373..fb73bedd1333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sam Toxopeus <sam@toxopeus.it>
pkgname=kubectl-cnpg
-pkgver=1.25.0 # renovate: datasource=github-tags depName=cloudnative-pg/cloudnative-pg
+pkgver=1.25.1 # renovate: datasource=github-tags depName=cloudnative-pg/cloudnative-pg
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=('2841f3803cb0707c2e81d7bef8565bf550484907a59d9fbe811960f02f44e716')
+sha256sums=('533b04e09e44a6d07097a88419045b4ce5e04a4111907dded15b21e05b61409e')
package() {
cd "$srcdir"