2020-05-24 06:47:01 +08:00

32 lines
1.1 KiB
JSON

{
"version": "2.10",
"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.10.zip",
"hash": "986a44b483721f4f225ebd6574d98ba4c4ef5e467dd3bb303c0d48707ee1966e"
},
"32bit": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.10.zip",
"hash": "ef268e6c4f3389638d96511941bc2255f4d4686bc37b4e5c7d19690dc4ef3284"
}
},
"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"
}
}
}
}