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'" + } }