ScoopInstaller_Main/mercurial.json
2017-10-05 20:01:48 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.3.3",
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.3-x64.exe",
"hash": "f3704863803425627c57bd2ed522629e4cd8d907628dc6db7a3a7962fafd0f85"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.3.exe",
"hash": "f41a2e1aea3d00b6cd9267e0c6adcd2d4fbc0f2b5fe3f9b2f210a821fd7de59f"
}
},
"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"
}
}
}
}