diff --git a/scripts/install_simple_http_server.sh b/scripts/install_simple_http_server.sh index 03a08de..4ef4dd6 100755 --- a/scripts/install_simple_http_server.sh +++ b/scripts/install_simple_http_server.sh @@ -3,7 +3,7 @@ # exit when any command fails set -e -VERSION="v0.6.7" +VERSION="v0.6.9" # By default we install armv7 REMOTE_BINARY_URL="https://github.com/TheWaWaR/simple-http-server/releases/download/${VERSION}/armv7-unknown-linux-musleabihf-simple-http-server"