ScoopInstaller_Main/mercurial.json
Gustavo Veloso 1d1674829b Update checkvers (#1016)
Upgrade RethinkDB
2016-08-31 07:49:26 +10:00

22 lines
770 B
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "3.9",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x64.msi",
"hash": "24AA08E8EC53CE7E87F046F623CA3D12CC30E7334FB8D450A2C885A15BDDAF69"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x86.msi",
"hash": "12E445D1353D93771DEB4F38838D88F5B1B24571CA0FC19BE6E17A211B11C471"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "Mercurial\\s+([0-9\\.]+)\\s+\\([0-9\\-]+\\)"
}
}