2021-01-20 16:01:49 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.14",
"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.14.zip",
"hash": "60039068ebf27ed99b75a835030ce70935357f9d8464ad4a43f33fb85a5d4e84"
},
"32bit": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.14.zip",
"hash": "c9316e079a4f67b15ad905885f0f76cbe3a44b1f0f10692d007efe311948bf76"
}
},
"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"
}
}
}
}