summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Hicklen2022-03-29 15:04:18 -0500
committerMike Hicklen2022-03-29 15:04:18 -0500
commit767519d0208f6737e1200825685f16031dd24b02 (patch)
treee2af6566a6ce5de186cf175f7c1a149f26aa13dc
parent9cd601e283c3f7b24483d27ca7432d02c88d484b (diff)
downloadaur-767519d0208f6737e1200825685f16031dd24b02.tar.gz
Update to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec4a6db4c95..82c2cac30815 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.2
+ pkgver = 0.5.5
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.2.tar.gz::https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.5.2.tar.gz
- sha512sums = a16a630096ed3223d156e1586f02ffcfcf256f12530ba565f5f1f649c83418cd71ea66c554c9e1edd1b44dd745d9393f4ed4c63c62677ae973e9bd9a1a24fe5b
+ source = aws-iam-authenticator-0.5.5.tar.gz::https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.5.5.tar.gz
+ sha512sums = 24c2a7fd141f921e18c17f4c7e90bbf5325cc6fad3b35753c0da2d879cf64d8f6af0130f8c45ec7693d6fce043181abbd04a911e6fa778f686bd5c313631ed0f
pkgname = aws-iam-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index b5666e018e99..fe0f8d65a997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: David Birks <david@birks.dev>
+# Maintainer: Mike Hicklen <mike@xfs.repair>
pkgname=aws-iam-authenticator
-pkgver=0.5.2
+pkgver=0.5.5
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=('a16a630096ed3223d156e1586f02ffcfcf256f12530ba565f5f1f649c83418cd71ea66c554c9e1edd1b44dd745d9393f4ed4c63c62677ae973e9bd9a1a24fe5b')
+sha512sums=('24c2a7fd141f921e18c17f4c7e90bbf5325cc6fad3b35753c0da2d879cf64d8f6af0130f8c45ec7693d6fce043181abbd04a911e6fa778f686bd5c313631ed0f')
build() {
cd $pkgname-$pkgver