summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2022-02-25 11:26:31 +0100
committerZacharias Knudsen2022-02-25 11:26:31 +0100
commit572d79123dcddcef60c9cf92d2ce60d0cd30e674 (patch)
treec3d1a31cbabd5e7eb013d7b44a1623395643b63e
parent7eab6d559f5ecd579bdc0ebb547ca27c5dfe2c5a (diff)
downloadaur-572d79123dcddcef60c9cf92d2ce60d0cd30e674.tar.gz
Bump to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f8758734e32..2ff775a3d96e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aws-iam-authenticator-bin
pkgdesc = A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
- pkgver = 0.5.3
+ pkgver = 0.5.5
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.3/aws-iam-authenticator_0.5.3_linux_amd64
- sha256sums = 20f4d8ece0f867c38b917ebe37dff934a31aabe385e26986183b14d72c70c137
+ source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.5/aws-iam-authenticator_0.5.5_linux_amd64
+ sha256sums = 5720859713002ea3eab8fafa4de3c511690fd018f5aad3e8716b6775ec2e7e26
pkgname = aws-iam-authenticator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a83930f4051..beae9d52f9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=aws-iam-authenticator-bin
-pkgver=0.5.3
+pkgver=0.5.5
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=("20f4d8ece0f867c38b917ebe37dff934a31aabe385e26986183b14d72c70c137")
+sha256sums=("5720859713002ea3eab8fafa4de3c511690fd018f5aad3e8716b6775ec2e7e26")
package() {
install -D --mode 755 \