From 14f627218b27e653365addb43b36a64b42672f8e Mon Sep 17 00:00:00 2001 From: david gauchard Date: Wed, 5 Feb 2020 00:05:05 +0100 Subject: [PATCH] update to new prebuilt win sed version (#7062) --- tests/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common.sh b/tests/common.sh index 131fd80e2..b2878ea02 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -165,7 +165,7 @@ function install_ide() wget -nv https://www.python.org/ftp/python/3.8.1/python-3.8.1-embed-win32.zip unzip -q python-3.8.1-embed-win32.zip cp "python.exe" "python3.exe" - wget -nv -O sed.exe https://github.com/mbuilov/sed-windows/raw/master/sed-4.7-x64.exe + wget -nv -O sed.exe https://github.com/mbuilov/sed-windows/raw/master/sed-4.8-x64.exe #wget -nv https://fossies.org/windows/misc/unz600xn.exe #unzip -q ./unz600xn.exe popd