mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.17",
|
|
"description": "A simple, high-reliability, distributed software configuration management system.",
|
|
"homepage": "https://www.fossil-scm.org/",
|
|
"license": "BSD-2-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-2.17.zip",
|
|
"hash": "a2f579e26db1828cb583a079f7137c28d4884e759c27922364b0f241521627d4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.17.zip",
|
|
"hash": "df38874fce63dcf93b19216c2ad720ce3232e2fc10e5111a1e5e54e4c4fead3b"
|
|
}
|
|
},
|
|
"bin": "fossil.exe",
|
|
"checkver": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
|
|
"regex": "p=version-([0-9.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w64-$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|