From 0fb4bb51dcd009a7da3c748d48970371bfde0a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 29 Dec 2020 09:04:11 +0100 Subject: [PATCH] winpython: Update to version 3.8.7.0 --- bucket/winpython.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/winpython.json b/bucket/winpython.json index 9c00264aa4..5ee0de6d47 100644 --- a/bucket/winpython.json +++ b/bucket/winpython.json @@ -1,13 +1,14 @@ { - "version": "3.8.6.0", + "version": "3.8.7.0", "description": "Free, open-source and portable Python distribution for Windows", "homepage": "https://winpython.github.io", "license": "MIT", + "notes": "For 32bit, please install 'versions/winpython3741'", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.8/3.8.6.0/Winpython64-3.8.6.0.exe#/dl.7z", - "hash": "3852a7ff115107d0bdfb6d2450c3bc4c84247dc990b939e641282a085625d32d", - "extract_dir": "WPy64-3860" + "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.8/3.8.7.0/Winpython64-3.8.7.0.exe#/dl.7z", + "hash": "687585ca7a546e9e393802d11fa505468adcf5aff844019dc0f396dfc3dab562", + "extract_dir": "WPy64-3870" } }, "bin": [ @@ -126,6 +127,5 @@ "url": "https://winpython.github.io/md5_sha1.txt", "regex": "$sha256\\s+\\|\\s+$basename" } - }, - "notes": "For 32bit, please install 'versions/winpython3741'" + } }