summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2021-06-11 13:27:33 +0200
committerZacharias Knudsen2021-06-11 13:27:33 +0200
commit7eab6d559f5ecd579bdc0ebb547ca27c5dfe2c5a (patch)
tree3db4a88f3c320eb0ca8767f7729cb3bfb31829ad
parent77b572bb49e9ca9b3e5e6e347b537778b9384dc5 (diff)
downloadaur-7eab6d559f5ecd579bdc0ebb547ca27c5dfe2c5a.tar.gz
Update to 0.5.3 (thanks @braderhart)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b297eaabf127..0f8758734e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = aws-iam-authenticator-bin
pkgdesc = A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/kubernetes-sigs/aws-iam-authenticator
arch = x86_64
license = Apache
provides = aws-iam-authenticator
- source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.2/aws-iam-authenticator_0.5.2_linux_amd64
- sha256sums = 5bbe44ad7f6dd87a02e0b463a2aed9611836eb2f40d7fbe8c517460a4385621b
+ source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.3/aws-iam-authenticator_0.5.3_linux_amd64
+ sha256sums = 20f4d8ece0f867c38b917ebe37dff934a31aabe385e26986183b14d72c70c137
pkgname = aws-iam-authenticator-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 3ffe400e5b60..4a83930f4051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=aws-iam-authenticator-bin
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/kubernetes-sigs/${pkgname%-bin}"
license=('Apache')
provides=("${pkgname%-bin}")
source=("https://github.com/kubernetes-sigs/${pkgname%-bin}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_linux_amd64")
-sha256sums=("5bbe44ad7f6dd87a02e0b463a2aed9611836eb2f40d7fbe8c517460a4385621b")
+sha256sums=("20f4d8ece0f867c38b917ebe37dff934a31aabe385e26986183b14d72c70c137")
package() {
install -D --mode 755 \