summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2019-04-26 12:52:14 +0200
committerZacharias Knudsen2019-04-26 12:52:14 +0200
commit600091d281cf30c3719cf2aa40cc16a332cad2c4 (patch)
tree315ed8d5d63592df70246a184050f3e6ff65e451
parent4df29af236d19943f5aaa6154c1c1136e806f2c3 (diff)
downloadaur-600091d281cf30c3719cf2aa40cc16a332cad2c4.tar.gz
Update to v0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00440a289282..ecf08527c4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = aws-iam-authenticator-bin
pkgdesc = A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
- pkgver = 0.3.0
+ pkgver = 0.4.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.3.0_linux_amd64
- source = https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.3.0/heptio-authenticator-aws_0.3.0_linux_amd64
- sha256sums = 4b8ecce88f4749338e361baf1fba9f8970efed0ac3f58cc40b4979bc0d86eb7b
+ 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
pkgname = aws-iam-authenticator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4808cfa6f5dc..f8532b5d1a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=aws-iam-authenticator-bin
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster"
arch=('x86_64')
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}/heptio-authenticator-aws_${pkgver}_linux_amd64")
+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=("4b8ecce88f4749338e361baf1fba9f8970efed0ac3f58cc40b4979bc0d86eb7b")
+sha256sums=("9744923781cca33dba3f48e1b8443af4d7f158748bd105134aaa68252da3b907")
package() {
- install -Dm 755 "${srcdir}/heptio-authenticator-aws_${pkgver}_linux_amd64" "${pkgdir}/usr/bin/aws-iam-authenticator"
+ install -Dm 755 "${srcdir}/aws-iam-authenticator_${pkgver}_linux_amd64" "${pkgdir}/usr/bin/aws-iam-authenticator"
}