ScoopInstaller_Main/bucket/mercurial.json
2021-05-05 03:00:20 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.8",
"description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
"homepage": "https://www.mercurial-scm.org/",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8-x64.exe",
"hash": "d1d6c4a6db02a86bcc6934aed10a4edd1085480697cf6dc2f3322d047d21ca58"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8-x86.exe",
"hash": "808c2e61b075f65d9c473ce1c62e58f10713e3ba669435f975bedc28782e2cef"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"regex": "Mercurial-([\\w.]+)-x"
},
"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-x86.exe"
}
}
}
}