summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2021-04-06 14:06:29 +0200
committerChris Werner Rau2021-04-06 14:06:29 +0200
commitabcb5d76a483a1c7b0a37e7b8de753f4055ef5a2 (patch)
tree89e1133edeb410b4713f0e98818fc238fe6b086b
parent8d19f5d7af2dfac82228f514bf625d8811b841a0 (diff)
downloadaur-abcb5d76a483a1c7b0a37e7b8de753f4055ef5a2.tar.gz
Update to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53887776e581..a3dac25a74d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pinniped-bin
pkgdesc = Pinniped provides identity services for Kubernetes clusters
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 0
url = https://github.com/vmware-tanzu/pinniped
arch = x86_64
license = APACHE
conflicts = pinniped
conflicts = pinniped-git
- source = pinniped-0.6.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.6.0/pinniped-cli-linux-amd64
- sha512sums = 09304449e8de7a8484b3728223b0eb4088977b659c34b2c65ce30ef75b884dd6e3d82f458227c9d29b970395b0f071e4aca6d37467212fb6cf66d2ce259764fd
+ source = pinniped-0.7.0::https://github.com/vmware-tanzu/pinniped/releases/download/v0.7.0/pinniped-cli-linux-amd64
+ sha512sums = 72d746b8cde0db6405f90f149cfa29e6d3817d200bc98f7d2e44739355bf684f6fbbc1aed84b2f67e8e650d8dcddc293aa1f54ba0d9ec7a1244c86b7f016fb05
pkgname = pinniped-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1105ed2b215f..c3af3fc80ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=pinniped
pkgname=$_pkgname-bin
-pkgver=0.6.0
+pkgver=0.7.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=('09304449e8de7a8484b3728223b0eb4088977b659c34b2c65ce30ef75b884dd6e3d82f458227c9d29b970395b0f071e4aca6d37467212fb6cf66d2ce259764fd')
+sha512sums=('72d746b8cde0db6405f90f149cfa29e6d3817d200bc98f7d2e44739355bf684f6fbbc1aed84b2f67e8e650d8dcddc293aa1f54ba0d9ec7a1244c86b7f016fb05')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {