mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "5.9.3",
|
|
"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.3-x64.exe",
|
|
"hash": "c00be9755c183c474a2b4c4cf3bed48b01da8ffe1205946a2de8fadaaa4a40a0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.3-x86.exe",
|
|
"hash": "49fe2b3683026a04abf022fddfe9ea63a365ccff3e361a0a340971be88f4e068"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|