summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Johansen2020-07-23 14:46:21 -0600
committerParker Johansen2020-07-23 14:46:21 -0600
commitbb06d303e9b5048e8f8c923ae4acbd9c1d74060d (patch)
tree3e2a0cadffece44d6464bdf1d7f335e14b9f91f3
parent931897b4d9aa0540d01cf2d4af262cad66c28fbd (diff)
downloadaur-bb06d303e9b5048e8f8c923ae4acbd9c1d74060d.tar.gz
Update to 1.19.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb408eee29ac..b40111f8a3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Parker Johansen <johansen.parker@gmail.com>
pkgname=kubelogin
-pkgver=1.19.0
+pkgver=1.19.1
pkgrel=1
pkgdesc="Kubectl plugin for Kubernetes OpenID Connect authentication (oidc-login)"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/int128/kubelogin"
license=('Apache')
depends=('kubectl' 'glibc')
source=(${pkgname}-${pkgver}.zip::https://github.com/int128/kubelogin/releases/download/v${pkgver}/kubelogin_linux_amd64.zip)
-sha256sums=('501ad0e02f6b7575233ae0cfa9b02811eb37dfde41977993e44d3589f8ca12db')
+sha256sums=('3bfe06b8d1935f4276335c7c7d08945f5fcb5735b9d74701663f88908e7edef7')
package() {
install ${srcdir}/kubelogin -Dm755 "${pkgdir}/usr/bin/kubelogin"