summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2021-03-16 12:29:17 +0100
committerChris Werner Rau2021-03-16 12:29:17 +0100
commit8d19f5d7af2dfac82228f514bf625d8811b841a0 (patch)
tree9179f4252fe9e92ada5792956b84816a612facde
parent266246745609af46dcad8ed26e4ac003f673c3a7 (diff)
downloadaur-8d19f5d7af2dfac82228f514bf625d8811b841a0.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7199976ff2aa..53887776e581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pinniped-bin
pkgdesc = Pinniped provides identity services for Kubernetes clusters
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 0
url = https://github.com/vmware-tanzu/pinniped
arch = x86_64
license = APACHE
conflicts = pinniped
conflicts = pinniped-git
- source = pinniped-0.4.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.4.0/pinniped-cli-linux-amd64
- sha512sums = 34ad33cf5949d2a73a179227f3b0f11c2f56b89f661f626f33a0cbb89892f2f93421d7bdab7e92eb2cd1a2b28f22312b62345461805869ef30d6f5c4aa6538e0
+ source = pinniped-0.6.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.6.0/pinniped-cli-linux-amd64
+ sha512sums = 09304449e8de7a8484b3728223b0eb4088977b659c34b2c65ce30ef75b884dd6e3d82f458227c9d29b970395b0f071e4aca6d37467212fb6cf66d2ce259764fd
pkgname = pinniped-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64330d512497..1105ed2b215f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=pinniped
pkgname=$_pkgname-bin
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.6.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=('34ad33cf5949d2a73a179227f3b0f11c2f56b89f661f626f33a0cbb89892f2f93421d7bdab7e92eb2cd1a2b28f22312b62345461805869ef30d6f5c4aa6538e0')
+sha512sums=('09304449e8de7a8484b3728223b0eb4088977b659c34b2c65ce30ef75b884dd6e3d82f458227c9d29b970395b0f071e4aca6d37467212fb6cf66d2ce259764fd')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {