mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Updated URLs to HTTPS
This commit is contained in:
parent
696cd9ce5b
commit
77b4004d43
|
@ -89,7 +89,7 @@ def cmd_msbuild(
|
|||
)
|
||||
|
||||
|
||||
SF_MIRROR = "http://iweb.dl.sourceforge.net"
|
||||
SF_MIRROR = "https://iweb.dl.sourceforge.net"
|
||||
|
||||
architectures = {
|
||||
"x86": {"vcvars_arch": "x86", "msbuild_arch": "Win32"},
|
||||
|
@ -131,7 +131,7 @@ deps = {
|
|||
"bins": ["cjpeg.exe", "djpeg.exe"],
|
||||
},
|
||||
"zlib": {
|
||||
"url": "http://zlib.net/zlib1212.zip",
|
||||
"url": "https://zlib.net/zlib1212.zip",
|
||||
"filename": "zlib1212.zip",
|
||||
"dir": "zlib-1.2.12",
|
||||
"build": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user