mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"version": "4.1.3",
|
|
"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.1.3/openlist-windows-amd64.zip",
|
|
"hash": "md5:471b06e49f7e8d339304ded2c49bb9ed"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.1.3/openlist-windows-386.zip",
|
|
"hash": "md5:b9941d5e8e39c8f0302bbd6a3018d865"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.1.3/openlist-windows-arm64.zip",
|
|
"hash": "md5:d2f99fbed5a4d13708f77fa72ca2c813"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|