ScoopInstaller_Main/mercurial.json
2017-03-03 10:00:59 +01:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.1.1",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.1.1-x64.exe",
"hash": "e7352a372cc7e97808378ff18412eadfead568f052132739fd5c19981643e395"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.1.1.exe",
"hash": "305dbfeb10fe3f4355116fd532c49011325fdd0a84951959cc7b32d37fd5170f"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
},
"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"
}
}
}
}