generate_release: Update visual c runtime URL

The original repository was deleted. Replace with a fork

Signed-off-by: Jesús <heckyel@hyperbola.info>
This commit is contained in:
James Taylor 2021-06-20 21:35:11 -07:00 committed by Jesús
parent 0df406697f
commit ec031a9b01
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -103,7 +103,7 @@ latest_dist_url = 'https://www.python.org/ftp/python/' + latest_version + '/pyth
# I've verified that all the dlls in the following are signed by Microsoft.
# Using this because Microsoft only provides installers whose files can't be
# extracted without a special tool.
visual_c_runtime_url = 'https://github.com/eladkarako/vc-archive/raw/master/archives/vc15_(14.10.25017.0)_2017_x86.7z'
visual_c_runtime_url = 'https://github.com/yuempek/vc-archive/raw/master/archives/vc15_(14.10.25017.0)_2017_x86.7z'
visual_c_runtime_sha256 = '2549eb4d2ce4cf3a87425ea01940f74368bf1cda378ef8a8a1f1a12ed59f1547'
download_if_not_exists('get-pip.py', get_pip_url)