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.5",
|
|
"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.5/openlist-windows-amd64.zip",
|
|
"hash": "md5:13b486dc9ec203af4522973d37adb1e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.1.5/openlist-windows-386.zip",
|
|
"hash": "md5:9fba63d4a5c0eaf7c43196f2074e12fb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.1.5/openlist-windows-arm64.zip",
|
|
"hash": "md5:0df750472299e7ab944ace07d6b5153f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|