ScoopInstaller_Main/bucket/mercurial.json
2021-02-04 08:01:47 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.7",
"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.7-x64.exe",
"hash": "114033aedde0b377e937feff2f4e029029e0ac140ce1f56c5a2e986fa465694c"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.7-x86.exe",
"hash": "c481ee2f2d09700ab23e122e77c4366c26f6710a2e2f2d8609963346aa8558c8"
}
},
"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"
}
}
}
}