summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-10-06 22:34:51 -0400
committerDavid Birks2020-10-06 22:34:51 -0400
commit9cd601e283c3f7b24483d27ca7432d02c88d484b (patch)
tree2d46bd989ea51fce800bf96c1bc8a0924c5593ae
parent0b21faf7c9bf9bfb5859409b43d91e9b29c974b6 (diff)
downloadaur-9cd601e283c3f7b24483d27ca7432d02c88d484b.tar.gz
Update to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdeeca62680b..0ec4a6db4c95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-iam-authenticator
pkgdesc = A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/kubernetes-sigs/aws-iam-authenticator
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = aws-iam-authenticator
makedepends = go
conflicts = aws-iam-authenticator-bin
conflicts = aws-iam-authenticator-git
- source = aws-iam-authenticator-0.5.1.tar.gz::https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.5.1.tar.gz
- sha512sums = d2d3fb9eb800811f864b3fa3fa0f018bf382cc95339f57348df86917552a2d29203bec888cee0af34eee62562e754e1e01afd4d36a990ebeb98bbddda7b6ff07
+ source = aws-iam-authenticator-0.5.2.tar.gz::https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.5.2.tar.gz
+ sha512sums = a16a630096ed3223d156e1586f02ffcfcf256f12530ba565f5f1f649c83418cd71ea66c554c9e1edd1b44dd745d9393f4ed4c63c62677ae973e9bd9a1a24fe5b
pkgname = aws-iam-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index d1c2b400e157..b5666e018e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Birks <david@birks.dev>
pkgname=aws-iam-authenticator
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster'
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
conflicts=('aws-iam-authenticator-bin' 'aws-iam-authenticator-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v$pkgver.tar.gz")
-sha512sums=('d2d3fb9eb800811f864b3fa3fa0f018bf382cc95339f57348df86917552a2d29203bec888cee0af34eee62562e754e1e01afd4d36a990ebeb98bbddda7b6ff07')
+sha512sums=('a16a630096ed3223d156e1586f02ffcfcf256f12530ba565f5f1f649c83418cd71ea66c554c9e1edd1b44dd745d9393f4ed4c63c62677ae973e9bd9a1a24fe5b')
build() {
cd $pkgname-$pkgver