ScoopInstaller_Main/bucket/mercurial.json
2021-08-30 21:00:36 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.9.1",
"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.9.1-x64.exe",
"hash": "56fee96091f0dd67719e6e872415de6191bd767068a87feb59906b44b38dceb2"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.1-x86.exe",
"hash": "87836f0cce128015b147912adf74892710784df05483efe6da7d95960f3e9419"
}
},
"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"
}
}
}
}