summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2020-03-01 12:58:58 +0100
committerZacharias Knudsen2020-03-01 12:58:58 +0100
commitb9b6cdf9ca6b449e37031e7f65879c54facb56a8 (patch)
treeae9a90a3a631065803b536e25fc126efea125eef
parent600091d281cf30c3719cf2aa40cc16a332cad2c4 (diff)
downloadaur-b9b6cdf9ca6b449e37031e7f65879c54facb56a8.tar.gz
Bump to v0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf08527c4f3..d421b7fdd875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = aws-iam-authenticator-bin
pkgdesc = A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/kubernetes-sigs/aws-iam-authenticator
arch = x86_64
license = Apache
provides = aws-iam-authenticator
- noextract = heptio-authenticator-aws_0.4.0_linux_amd64
- source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.4.0/aws-iam-authenticator_0.4.0_linux_amd64
- sha256sums = 9744923781cca33dba3f48e1b8443af4d7f158748bd105134aaa68252da3b907
+ source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.0/aws-iam-authenticator_0.5.0_linux_amd64
+ sha256sums = 4ccb4788d60ed76e3e6a161b56e1e7d91da1fcd82c98f935ca74c0c2fa81b7a6
pkgname = aws-iam-authenticator-bin
diff --git a/PKGBUILD b/PKGBUILD
index f8532b5d1a36..cb814d3f49eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=aws-iam-authenticator-bin
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster"
arch=('x86_64')
@@ -9,8 +9,7 @@ url="https://github.com/kubernetes-sigs/aws-iam-authenticator"
license=('Apache')
provides=('aws-iam-authenticator')
source=("https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v${pkgver}/aws-iam-authenticator_${pkgver}_linux_amd64")
-noextract=("heptio-authenticator-aws_${pkgver}_linux_amd64")
-sha256sums=("9744923781cca33dba3f48e1b8443af4d7f158748bd105134aaa68252da3b907")
+sha256sums=("4ccb4788d60ed76e3e6a161b56e1e7d91da1fcd82c98f935ca74c0c2fa81b7a6")
package() {
install -Dm 755 "${srcdir}/aws-iam-authenticator_${pkgver}_linux_amd64" "${pkgdir}/usr/bin/aws-iam-authenticator"