From dd706692b0d375a7e4920509af1511ed673e5148 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 14 May 2020 19:04:13 +0200 Subject: [PATCH] python: fix URLs and hashes closes #3973 closes https://github.com/lukesampson/scoop/issues/3973 --- bucket/python.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index fdc6514861..c407dbee5a 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -8,25 +8,25 @@ "64bit": { "url": [ "https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe", - "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg", - "https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe" + "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/install-pep-514.reg", + "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg" ], "hash": [ "md5:fd2458fa0e9ead1dd9fbc2370a42853b", - "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9", - "8e400e3f32cdcb746e62e0db4d3ae4cba1f927141ebc4d0d5a4006b0daee8921" + "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", + "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ] }, "32bit": { "url": [ "https://www.python.org/ftp/python/3.8.3/python-3.8.3.exe", - "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg", - "https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe" + "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/install-pep-514.reg", + "https://raw.githubusercontent.com/ScoopInstaller/Main/master/scripts/python/uninstall-pep-514.reg" ], "hash": [ "md5:452373e2c467c14220efeb10f40c231f", - "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9", - "03ac5754a69c9c11c08d1f4d694c14625a4d27348ad4dd2d1253e2547819db2c" + "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", + "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ] } },