ScoopInstaller_Main/mercurial.json
2018-03-07 15:00:20 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.5.2",
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5.2-x64.exe",
"hash": "493c75e681a64481693d817e92f6b06dfadca6f8a7b120e3651ef518fe4ffa1b"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5.2.exe",
"hash": "fa498d6f30c83233873eb63e0bf6602e37d628e2a18ae63bf99c505a3e03ddab"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).exe"
},
"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"
}
}
}
}