ScoopInstaller_Main/bucket/mercurial.json
2020-10-22 06: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.6rc0",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6rc0-x64.exe",
"hash": "0a2425c10e61a7ba03992f08a0a4ea5c901f340a11323691500c55f4af6fa18a"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.6rc0-x86.exe",
"hash": "5b3c53946e05ab6b13c693a77efe36ef9830e299f562dc4a458c4d28959ccf8a"
}
},
"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"
}
}
}
}