aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadosÅ‚aw Szymczyszyn <[email protected]>2018-07-20 20:00:04 +0200
committerPierre Fenoll <[email protected]>2018-07-20 20:00:04 +0200
commit699633a001227b9f48cc692feb7f806b4b691c66 (patch)
tree0d2eb27025a6bf444ecc19c498d09fc20b6c641b
parente5f417a741b2092397823b60b7f9ced1be8ed80d (diff)
downloadkerl-699633a001227b9f48cc692feb7f806b4b691c66.tar.gz
kerl-699633a001227b9f48cc692feb7f806b4b691c66.tar.bz2
kerl-699633a001227b9f48cc692feb7f806b4b691c66.zip
Install docsh 0.6.1 (#290)
Version 0.6.0 brings: - Support for EEP 48 - https://github.com/erszcz/docsh/issues/18 - Rebar3 plugin - https://github.com/erszcz/docsh/commit/d7fadb83dacadb2d2576d83ca5343697021a3d87 - Hex package - https://hex.pm/packages/docsh Version 0.6.1 carries Rebar3 plugin rename and some documentation changes.
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index a8a574a..4951447 100755
--- a/kerl
+++ b/kerl
@@ -1147,7 +1147,7 @@ install_docsh() {
GIT=$(printf '%s' $REPO_URL | $MD5SUM | cut -d' ' -f $MD5SUM_FIELD)
BUILDNAME="$1"
DOCSH_DIR="$KERL_BUILD_DIR/$BUILDNAME/docsh"
- DOCSH_REF='0.5.0'
+ DOCSH_REF='0.6.1'
ACTIVE_PATH="$2"
OTP_VERSION=$(get_otp_version "$1")