ScoopInstaller_Main/bucket/mercurial.json
2021-07-24 21:00:23 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.8.1",
"description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
"homepage": "https://www.mercurial-scm.org/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8.1-x64.exe",
"hash": "829ffddabf75fe04467e07badcafc6ad63899cffde30a4920efa0ab66f0ad73a"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8.1-x86.exe",
"hash": "5daccd5cfaf66fb4639d3f9425e4aad0a331309add87c0a15f3b7c92e4f0964a"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"regex": "Mercurial-([\\w.]+)-x"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x64.exe"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-$version-x86.exe"
}
}
}
}