2020-05-26 00:01:51 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.11",
"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.zip",
"hash": "4feb4dce04fac3f2c4446534982a1a6822e2e1aa77f1df71fdef8afe98fc52fc"
},
"32bit": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.11.zip",
"hash": "feb08809c23196fcff47cd55c6a7cfd7f005627c060a7cfc83ac7a6951393286"
}
},
"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"
}
}
}
}