mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.15.1",
|
|
"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.15.1.zip",
|
|
"hash": "ada539fd1a131595d7d3d85961681775f1de299e93ae2247e2d38d837e2ea544"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.15.1.zip",
|
|
"hash": "5353682a6e10b0f90bb2480aa21a8933dbe9560e8a6805f3c27571bc7a8d7b7a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|