diff Resources/Builders/MinGW64-Python3.8/docker-internal.sh @ 111:6ad5da29f260 OrthancPython-4.0

added Windows builders for Python 3.9, 3.10 and 3.11
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Mar 2023 17:27:06 +0200
parents c17cdaf687e3
children 8335b42be9fc
line wrap: on
line diff
--- a/Resources/Builders/MinGW64-Python3.8/docker-internal.sh	Wed Feb 23 18:42:08 2022 +0100
+++ b/Resources/Builders/MinGW64-Python3.8/docker-internal.sh	Tue Mar 28 17:27:06 2023 +0200
@@ -10,7 +10,7 @@
 mkdir /tmp/build
 cd /tmp/build
 
-wget https://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.8.3-win64.zip
+wget https://orthanc.uclouvain.be/third-party-downloads/Python/python-3.8.3-win64.zip
 unzip python-3.8.3-win64.zip
 
 if [ "$1" == "Release" ]; then