summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarte2017-03-15 14:50:28 -0400
committerlarte2017-03-15 14:50:28 -0400
commit0638a6db6bdc586f207323594d4c7f6d82d8346b (patch)
treeddf91d76584665d73902939009096dd93b75cc23 /PKGBUILD
parentf4ecb27a228b4186676b8f632f24321e391f4fef (diff)
downloadaur-0638a6db6bdc586f207323594d4c7f6d82d8346b.tar.gz
Updated to 1.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3943b6b2348..f9a32c287044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubectl-bin
pkgdesc="Kubernetes.io client binary"
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
arch=('i686' 'x86_64')
url="http://kubernetes.io"
@@ -12,8 +12,8 @@ conflicts=('kubernetes=1.4.6-1')
_kubectl_file=kubectl-$pkgver
source_i686=($_kubectl_file::http://storage.googleapis.com/kubernetes-release/release/v$pkgver/bin/linux/386/kubectl)
source_x86_64=($_kubectl_file::http://storage.googleapis.com/kubernetes-release/release/v$pkgver/bin/linux/amd64/kubectl)
-md5sums_i686=('2f265e3caaaeb245ecebabbe0ffde55c')
-md5sums_x86_64=('452f94e1dc783422b7d66c1a9535d2d9')
+md5sums_i686=('0c457c969a0589424055e32bcdef374a')
+md5sums_x86_64=('7d7f23962b54e9a04d5b405b2763d231')
package() {
install -Dm 755 "$srcdir/$_kubectl_file" "$pkgdir/usr/bin/kubectl"