summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2021-06-02 19:08:47 +0200
committerChris Werner Rau2021-06-02 19:08:47 +0200
commit57cd1f56b33be3ab6e5b097a777b73aef520d3f5 (patch)
treed32315d880f0c0e35c773132733a639c97f26e0c
parenta7b58bf585dc0f846dc500a819b7c917a5c95d70 (diff)
downloadaur-57cd1f56b33be3ab6e5b097a777b73aef520d3f5.tar.gz
Update pinniped
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd7ff1accd7..0157d7424a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = pinniped-bin
pkgdesc = Pinniped provides identity services for Kubernetes clusters
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 0
url = https://github.com/vmware-tanzu/pinniped
arch = x86_64
license = APACHE
conflicts = pinniped
conflicts = pinniped-git
- source = pinniped-0.8.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.8.0/pinniped-cli-linux-amd64
- sha512sums = 0d70903e5d53298e4f23bc567576ae2c0bfcc653b28de87e501aaa334a584e5c4a14be17d9ede22375cb0f76ceba2b94954cc27df29ebfceb59fda07281c25ca
+ source = pinniped-0.9.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.9.0/pinniped-cli-linux-amd64
+ sha512sums = c216bd1db33aa376ddeddaaa00577b27a03e95aa1c51c07a0bfcbeff3a85eaab5ca06ca4c44a5991e17305f00b9ff3cecf0a3c137bc204fa591c7e5fcc712b14
pkgname = pinniped-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 88f8ec8d72dd..f4eb5256942c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=pinniped
pkgname=$_pkgname-bin
-pkgver=0.8.0
+pkgver=0.9.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=('0d70903e5d53298e4f23bc567576ae2c0bfcc653b28de87e501aaa334a584e5c4a14be17d9ede22375cb0f76ceba2b94954cc27df29ebfceb59fda07281c25ca')
+sha512sums=('c216bd1db33aa376ddeddaaa00577b27a03e95aa1c51c07a0bfcbeff3a85eaab5ca06ca4c44a5991e17305f00b9ff3cecf0a3c137bc204fa591c7e5fcc712b14')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {