diff --git a/bucket/thonny.json b/bucket/thonny.json index f5bac32cf8c00b..c2ed1ebbc9b40e 100644 --- a/bucket/thonny.json +++ b/bucket/thonny.json @@ -1,10 +1,14 @@ { - "version": "4.1.7", + "version": "5.0.0", "description": "Python IDE for beginners", "homepage": "https://thonny.org", "license": "MIT", - "url": "https://github.com/thonny/thonny/releases/download/v4.1.7/thonny-4.1.7-windows-portable.zip", - "hash": "cdca6e2cd1c925749a0597250533d887f22ebe3d4fb48ba7db2871abc5d68fb4", + "architecture": { + "64bit": { + "url": "https://github.com/thonny/thonny/releases/download/v5.0.0/thonny-5.0.0-windows-portable-x64.zip", + "hash": "5b744151065bdbd6a0d823dfa791a72cbbc3372a549a5e4cb175434a9787eaee" + } + }, "shortcuts": [ [ "thonny.exe", @@ -18,9 +22,13 @@ "checkver": { "github": "https://api.github.com/repos/thonny/thonny/releases", "jsonpath": "$[*].assets[*].browser_download_url", - "regex": "thonny-([\\d.]+)-windows-portable\\.zip" + "regex": "thonny-([\\d.]+)-windows-portable(?:-x64)?\\.zip" }, "autoupdate": { - "url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable.zip" + "architecture": { + "64bit": { + "url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable-x64.zip" + } + } } }