summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2018-03-14 12:58:28 -0400
committerVlad Glagolev2018-03-14 12:58:28 -0400
commita246b13afa4f5cd1f9c251e4cbb714cfa1dfabc4 (patch)
treeb17dd583bed8c09fdc9f8f4036859d5ee37b6f07 /bin-utils
parent5155dc80c247525d1bf1b43485d9ad866d15711f (diff)
kubectl-bin: => 1.9.4
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 ec0fbb1..8310b6d 100755
--- a/bin-utils/kubectl-bin/DETAILS
+++ b/bin-utils/kubectl-bin/DETAILS
@@ -1,11 +1,11 @@
SPELL=kubectl-bin
- VERSION=1.9.3
+ VERSION=1.9.4
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:b31bc1cb11982eee04c190485bbac7285e84cfb621436438dd66598d9a9670da8cddcdbbc105127e7db5586ab31546a6e3c59a36ae1a7437192effb9154d663a
+ SOURCE_HASH=sha512:517ab9aa508aad627330ab5664f0e284f82657dc1c1d7040b91c94b5ba59ab21ac15230121f68acaf330ddf8fe98c61f8ed001e22d3637b7b3fc8d0462bd172c
else
ARCH=386
- SOURCE_HASH=sha512:9924ee3e003d481d8457a8a003e57dcf94937a72102bb603522993ba51e68682535382f44d41fd8ad6bc13096dd45d78dcf730528dec996a886040a4b9cc2ecb
+ SOURCE_HASH=sha512:259b17567da570d2424ae52e3f9dba0141aaf124d0536e58c55f63559479688761cfb237356b752cd0870a1b6161c3be25afdbe50b2b6d4eb86ee2a7082f6e98
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 949e728..ad8bee4 100644
--- a/bin-utils/kubectl-bin/HISTORY
+++ b/bin-utils/kubectl-bin/HISTORY
@@ -1,2 +1,5 @@
+2018-03-14 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.9.4
+
2018-03-10 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS, {PRE_,}BUILD, INSTALL, FINAL: created spell, version 1.9.3