ScoopInstaller_Main/mercurial.json
2016-11-02 17:38:45 +11:00

22 lines
760 B
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.0",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.0-x64.exe",
"hash": "88ed2fdabe8e8d48d3ac88d7aafb5a3a766e39d163444aa72aaeec962339fd9b"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.0.exe",
"hash": "7ddb974ecd327fd9a355ab4dc94de3c6b39f99dd5d456b27ccda8ac76d19bfe4"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
}
}