summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2023-01-19 10:37:37 +0100
committerChris Werner Rau2023-01-19 10:37:37 +0100
commit3fce9cf723924bc0683c42b29300cdb97a0b7b2c (patch)
tree0d1f35b13fbf08330f368ea26508b0c8fcb2243a
parent39c1c878017c761b18ba920da845be79a1944bb6 (diff)
downloadaur-3fce9cf723924bc0683c42b29300cdb97a0b7b2c.tar.gz
Version Bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dd8779a9c36..31751e143482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pinniped-bin
pkgdesc = Pinniped provides identity services for Kubernetes clusters
- pkgver = 0.18.0
+ pkgver = 0.21.0
pkgrel = 0
url = https://github.com/vmware-tanzu/pinniped
arch = x86_64
license = APACHE
conflicts = pinniped
conflicts = pinniped-git
- source = pinniped-0.18.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.18.0/pinniped-cli-linux-amd64
- sha512sums = 3055b297fe369cd24a2a5b51dd15ccce8b3ec205d7ccb82b240d19ccf87f217fa5b9303de4f5e3ff9baa4067dbd4ddbd309b4fd85213ef3c66d1b0047b65e05d
+ source = pinniped-0.21.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.21.0/pinniped-cli-linux-amd64
+ sha512sums = 6f64cf89755c6b9d777b5c8df3be7e9019948e5108186dd005e00843856723a812d83c5bf5feceb59d8195f5ff1b1baf2191a2a2224efecbe82714b9591042bd
pkgname = pinniped-bin
diff --git a/PKGBUILD b/PKGBUILD
index 266acb19ea33..eacb8203eb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=pinniped
pkgname=$_pkgname-bin
-pkgver=0.18.0
+pkgver=0.21.0
pkgrel=0
pkgdesc="Pinniped provides identity services for Kubernetes clusters"
url="https://github.com/vmware-tanzu/$_pkgname"
license=('APACHE')
source=("$_pkgname-$pkgver::$url/releases/download/v$pkgver/$_pkgname-cli-linux-amd64")
arch=('x86_64')
-sha512sums=('3055b297fe369cd24a2a5b51dd15ccce8b3ec205d7ccb82b240d19ccf87f217fa5b9303de4f5e3ff9baa4067dbd4ddbd309b4fd85213ef3c66d1b0047b65e05d')
+sha512sums=('6f64cf89755c6b9d777b5c8df3be7e9019948e5108186dd005e00843856723a812d83c5bf5feceb59d8195f5ff1b1baf2191a2a2224efecbe82714b9591042bd')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {