summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2018-07-22 09:44:08 -0700
committerVlad Glagolev2018-07-22 09:44:08 -0700
commitd7b5ab61366834513550bce6fdf64dc4176acb22 (patch)
treebf6c03761b11820ff249c5ae2085b432a2d47cbb /bin-utils
parent4cf1cbc7fd87f708ce709eca8e8a365a1ab1894f (diff)
kubectl-bin: => 1.11.0
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 454bcaa..89f67aa 100755
--- a/bin-utils/kubectl-bin/DETAILS
+++ b/bin-utils/kubectl-bin/DETAILS
@@ -1,11 +1,11 @@
SPELL=kubectl-bin
- VERSION=1.10.1
+ VERSION=1.11.0
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:3154a823b0fee87a1b4068dce04b0c42e6ee00158f377acebef48a67f4aa36b2395de1263cb19e0bfd6ad69b0d2fbcf86caf1fb730d81be3bd609ad47813ff0a
+ SOURCE_HASH=sha512:a1831c3feb1d534a12cc3e5b6a90fd1c963a2df1e07a2e2f3f1c8f928f99a564ab273982bf970dcb29b63f890c76f92ebb484fb906d09b43fe1a1cc9858a9ad9
else
ARCH=386
- SOURCE_HASH=sha512:ff473af901401d319a2e23ebff9d5319c64c0320c5782abb3ca348feb29a41a1a5cfedf56e19943127d00557a3d662a036c3f0c2cf13db84016bdb1d50a8a2df
+ SOURCE_HASH=sha512:d21457a588d2375dbc9f5bfaad9f988e6bf4fa0dcbc148f54de0713210cc28d55783369ae69531d1059fe474ebc4dc65736dad1955a1fb15029f196599bfaaad
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 6fc75c3..014977f 100644
--- a/bin-utils/kubectl-bin/HISTORY
+++ b/bin-utils/kubectl-bin/HISTORY
@@ -1,3 +1,6 @@
+2018-07-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.11.0
+
2018-04-13 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.10.1