diff options
author | Chris Werner Rau | 2023-01-19 10:37:37 +0100 |
---|---|---|
committer | Chris Werner Rau | 2023-01-19 10:37:37 +0100 |
commit | 3fce9cf723924bc0683c42b29300cdb97a0b7b2c (patch) | |
tree | 0d1f35b13fbf08330f368ea26508b0c8fcb2243a | |
parent | 39c1c878017c761b18ba920da845be79a1944bb6 (diff) | |
download | aur-3fce9cf723924bc0683c42b29300cdb97a0b7b2c.tar.gz |
Version Bump
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |