ScoopInstaller_Main/mercurial.json
2016-10-16 07:46:22 +10:00

22 lines
766 B
JSON

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