From 699633a001227b9f48cc692feb7f806b4b691c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szymczyszyn?= Date: Fri, 20 Jul 2018 20:00:04 +0200 Subject: 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. --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3