summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2018-04-13 17:09:16 -0400
committerVlad Glagolev2018-04-13 17:09:16 -0400
commit9a7ddc587a20cbb82702d6374a7abf437f821a79 (patch)
tree52d202cdcde5378474e72ba5b4fb5f865734a6d4 /bin-utils
parentdc4d03f90e19be93dc2969b5fa876c3105857e80 (diff)
kubectl-bin: => 1.10.1
Diffstat (limited to 'bin-utils')
-rwxr-xr-xbin-utils/kubectl-bin/DETAILS6
-rw-r--r--bin-utils/kubectl-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-utils/kubectl-bin/DETAILS b/bin-utils/kubectl-bin/DETAILS
index f5a739d..454bcaa 100755
--- a/bin-utils/kubectl-bin/DETAILS
+++ b/bin-utils/kubectl-bin/DETAILS
@@ -1,11 +1,11 @@
SPELL=kubectl-bin
- VERSION=1.10.0
+ VERSION=1.10.1
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:b180efc2ad413823ce9b97962f4dde4cefae9405bc1bd785ab1af7b5d1d2cae80a7197cfd868c8e32aa3438150da1ef208197cd5a9a10aaece7eb811ca4dbb41
+ SOURCE_HASH=sha512:3154a823b0fee87a1b4068dce04b0c42e6ee00158f377acebef48a67f4aa36b2395de1263cb19e0bfd6ad69b0d2fbcf86caf1fb730d81be3bd609ad47813ff0a
else
ARCH=386
- SOURCE_HASH=sha512:d481e0c7cbbde57491f767f9be8bfdd4da8c2205f5a39dabdb6281826ac09bd3974d7b15c76c22ef1d0848f8f8976ce5ce954999c34c74f638fb4cf90b0c8b7c
+ SOURCE_HASH=sha512:ff473af901401d319a2e23ebff9d5319c64c0320c5782abb3ca348feb29a41a1a5cfedf56e19943127d00557a3d662a036c3f0c2cf13db84016bdb1d50a8a2df
fi
SOURCE=${SPELL}-${VERSION}
SOURCE_URL[0]=https://storage.googleapis.com/kubernetes-release/release/v${VERSION}/bin/linux/${ARCH}/kubectl
diff --git a/bin-utils/kubectl-bin/HISTORY b/bin-utils/kubectl-bin/HISTORY
index 76e8d61..6fc75c3 100644
--- a/bin-utils/kubectl-bin/HISTORY
+++ b/bin-utils/kubectl-bin/HISTORY
@@ -1,3 +1,6 @@
+2018-04-13 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.10.1
+
2018-03-28 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.10.0