mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
openlist: Add version 4.0.5 (#6934)
* Create openlist.json * Update openlist.json
This commit is contained in:
parent
a32b7c6d43
commit
ecfe3728f6
50
bucket/openlist.json
Normal file
50
bucket/openlist.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"version": "4.0.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.0.5/openlist-windows-amd64.zip",
|
||||
"hash": "md5:8622d89c615f7de8faccf6dfb850fb32"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.0.5/openlist-windows-386.zip",
|
||||
"hash": "md5:8fec39ff2a3741c2e6cf2b7b97691def"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.0.5/openlist-windows-arm64.zip",
|
||||
"hash": "md5:1cde7cb08562a521d7dbb31bedefe6ac"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user