From a600e589b9525ef3f780fc3c203c686218550dc7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 24 Sep 2020 11:00:25 +0000 Subject: [PATCH] python: Update to version 3.8.6 --- bucket/python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 78a33f583c..f7dde27b9f 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -2,29 +2,29 @@ "homepage": "https://www.python.org/", "description": "A programming language that lets you work quickly and integrate systems more effectively.", "license": "Python-2.0", - "version": "3.8.5", + "version": "3.8.6", "notes": "Allow applications and third-party installers to find python by running: \"$dir\\install-pep-514.reg\"", "architecture": { "64bit": { "url": [ - "https://www.python.org/ftp/python/3.8.5/python-3.8.5-amd64.exe#/setup.exe", + "https://www.python.org/ftp/python/3.8.6/python-3.8.6-amd64.exe#/setup.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:0ba2e9ca29b719da6e0b81f7f33f08f6", + "md5:2acba3117582c5177cdd28b91bbe9ac9", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ] }, "32bit": { "url": [ - "https://www.python.org/ftp/python/3.8.5/python-3.8.5.exe#/setup.exe", + "https://www.python.org/ftp/python/3.8.6/python-3.8.6.exe#/setup.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:959873b37b74c1508428596b7f9df151", + "md5:02cd63bd5b31e642fc3d5f07b3a4862a", "5d9d7a604c057e67973e1d4b3b488ae20a0e5ee5496d03b5cf091410e33e39ed", "d9309423b693ed63aea6b1fbfc0c34f16842cdca22a1b3edef283b87567a53b9" ]