ScoopInstaller_Main/bucket/openlist.json
2025-07-08 16:30:53 +00:00

51 lines
1.7 KiB
JSON

{
"version": "4.0.8",
"description": "A file list program that supports multiple storages, powered by Gin and SolidJS, fork of AList.",
"homepage": "https://oplist.org/",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.0.8/openlist-windows-amd64.zip",
"hash": "md5:0ddc0e991e88ad02a279f87c94556b1d"
},
"32bit": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.0.8/openlist-windows-386.zip",
"hash": "md5:d59ef557f034793d672c2280f8860143"
},
"arm64": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.0.8/openlist-windows-arm64.zip",
"hash": "md5:67a547aea21e3ad5a253fa4bad7f3448"
}
},
"bin": [
[
"openlist.exe",
"openlist",
"--force-bin-dir"
]
],
"persist": [
"data",
"log"
],
"checkver": {
"github": "https://github.com/OpenListTeam/OpenList"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-386.zip"
},
"arm64": {
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/md5.txt"
}
}
}