mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2.11.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.11.1.zip",
|
|
"hash": "b43f3ef2d85a1f0de1f7bfc7b698dee5382a224aaa41ec939a18eb3868f57410"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.11.1.zip",
|
|
"hash": "1e371555c9570be470249f2a9f020f7acbba5667bbc5ece71fa55d79c77ee874"
|
|
}
|
|
},
|
|
"bin": "fossil.exe",
|
|
"checkver": {
|
|
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
|
|
"regex": "Version ([\\d.]+)\""
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|