ScoopInstaller_Main/fossil.json
2018-08-26 15:50:59 -04:00

16 lines
521 B
JSON

{
"homepage": "https://www.fossil-scm.org/",
"version": "2.6",
"license": "BSD-2-Clause",
"hash": "8911c87f06cfe7c9d43825e79c8331ac31723434df62dc1d53d7ba5d6ca15edc",
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-2.6.zip",
"bin": "fossil.exe",
"checkver": {
"url": "https://www.fossil-scm.org/index.html/uv/download.js",
"re": "Version ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.fossil-scm.org/index.html/uv/fossil-w32-$version.zip"
}
}