aboutsummaryrefslogtreecommitdiffstats
path: root/generate_release.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2021-06-20 21:35:11 -0700
committerJesús <heckyel@hyperbola.info>2021-06-23 14:46:54 -0500
commitec031a9b01be8c3fac7bcabfb171f4abb3b53c71 (patch)
treee9bc0a7c19d82d8986144338d2c2d378d069fc67 /generate_release.py
parent0df406697f7c9791b8f61874c25dd4b879f5db1e (diff)
downloadyt-local-ec031a9b01be8c3fac7bcabfb171f4abb3b53c71.tar.lz
yt-local-ec031a9b01be8c3fac7bcabfb171f4abb3b53c71.tar.xz
yt-local-ec031a9b01be8c3fac7bcabfb171f4abb3b53c71.zip
generate_release: Update visual c runtime URL
The original repository was deleted. Replace with a fork Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'generate_release.py')
-rw-r--r--generate_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_release.py b/generate_release.py
index cb2df94..8bbb3ed 100644
--- a/generate_release.py
+++ b/generate_release.py
@@ -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)