ScoopInstaller_Main/mercurial.json
2017-11-07 19:01:46 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.4",
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.4-x64.exe",
"hash": "387d73da4c41a34fc1fe49afbe6af94effb421f4e16939aa02e186d62f5e514b"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.4.exe",
"hash": "86d944e8b65b4f5f17c2013b2976452141ce05c902e5c11a50401af2cffbd4f1"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).exe"
},
"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.exe"
}
}
}
}