From 7be531ffc996c3f97a095e17fe990df93cc64e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Fri, 8 Mar 2024 21:23:12 -0300 Subject: [PATCH] scripts: Update simple_http_server from v0.6.7 to v0.6.9 --- scripts/install_simple_http_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"