ScoopInstaller_Main/bucket/mercurial.json
2020-11-04 04:00:31 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
"version": "5.6",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6-x64.exe",
"hash": "0bf005c2b4d81dd24c15219fba52e21c96f175bbe91f4642a1b8cfad5da667b4"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6-x86.exe",
"hash": "a03884621fb1c5422e8820e51f3f4f77eb4b1afc7b5841648e4d12e2e4512b3e"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "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"
}
}
}
}