Skip to content

Commit

Permalink
i4tools: fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 25, 2025
1 parent fc7dd5d commit 91b758f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions bucket/feishu.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
]
],
"checkver": {
"url": "https://feishu.cn/api/downloads",
"regex": "Windows@(\\d+[\\.\\d]+)"
"url": "https://www.feishu.cn/api/downloads",
"jp": "$.versions.Windows.download_link",
"regex": "/(?<id>[\\d\\w]+)/Feishu-(?<arch>[\\d\\w]+)-([\\d\\.]+)\\-signed\\.exe"
},
"autoupdate": {
"url": "https://$matchPath-$version$matchSuffix.exe#/feishu-$version.7z",
"url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/$matchId/Feishu-$matchArch-$version-signed.exe#/dl.7z",
"hash": {
"url": "https://feishu.cn/api/downloads",
"jsonpath": "$.versions.Windows.hash"
"url": "https://www.feishu.cn/api/downloads",
"jp": "$.versions.Windows.hash"
}
},
"notes": "Runtime data are stored in '%APPDATA%\\LarkShell', and are not persisted by Scoop."
Expand Down
8 changes: 4 additions & 4 deletions bucket/i4tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://d-app6.i4.cn/i4tools/V8/8.33.30/i4Tools8_v8.33_Setup_x64.exe#/dl.7z",
"url": "https://url.i4.cn/2MvQruaa#/dl.7z",
"hash": "5dfee102ba80e24fdaf9d9e6816fb38f278159bcd9a21fed6675e7bb8850fc1d"
},
"32bit": {
"url": "https://d-app6.i4.cn/i4tools/V8/8.33.30/i4Tools8_v8.33_Setup_x86.exe#/dl.7z",
"url": "https://url.i4.cn/R7BzEfaa#/dl.7z",
"hash": "10ef8bc6190a602fa9745838008d935e15036afdc35909a9ae08cde3576fe00d"
}
},
Expand Down Expand Up @@ -43,10 +43,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://$matchPartialurl/i4Tools8_v$version_Setup_x64.exe#/dl.7z"
"url": "https://url.i4.cn/2MvQruaa#/dl.7z"
},
"32bit": {
"url": "https://$matchPartialurl/i4Tools8_v$version_Setup_x86.exe#/dl.7z"
"url": "https://url.i4.cn/R7BzEfaa#/dl.7z"
}
}
}
Expand Down

0 comments on commit 91b758f

Please sign in to comment.