Skip to content

Commit d3a5ae9

Browse files
committed
thonny: Update to version 5.0.0, fix portable asset rename
Upstream renamed the Windows portable zip from thonny-$version-windows-portable.zip to thonny-$version-windows-portable-x64.zip in 5.0.0. Update current URL/hash and autoupdate/checkver so the scheduled updater keeps working. Signed-off-by: Alex Chen <l46983284@gmail.com>
1 parent 5866b27 commit d3a5ae9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bucket/thonny.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "4.1.7",
2+
"version": "5.0.0",
33
"description": "Python IDE for beginners",
44
"homepage": "https://thonny.org",
55
"license": "MIT",
6-
"url": "https://github.com/thonny/thonny/releases/download/v4.1.7/thonny-4.1.7-windows-portable.zip",
7-
"hash": "cdca6e2cd1c925749a0597250533d887f22ebe3d4fb48ba7db2871abc5d68fb4",
6+
"url": "https://github.com/thonny/thonny/releases/download/v5.0.0/thonny-5.0.0-windows-portable-x64.zip",
7+
"hash": "5b744151065bdbd6a0d823dfa791a72cbbc3372a549a5e4cb175434a9787eaee",
88
"shortcuts": [
99
[
1010
"thonny.exe",
@@ -18,9 +18,9 @@
1818
"checkver": {
1919
"github": "https://api.github.com/repos/thonny/thonny/releases",
2020
"jsonpath": "$[*].assets[*].browser_download_url",
21-
"regex": "thonny-([\\d.]+)-windows-portable\\.zip"
21+
"regex": "thonny-([\\d.]+)-windows-portable(?:-x64)?\\.zip"
2222
},
2323
"autoupdate": {
24-
"url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable.zip"
24+
"url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable-x64.zip"
2525
}
2626
}

0 commit comments

Comments
 (0)