mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 08:01:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "6.2.2",
|
|
"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-6.2.2-x64.exe",
|
|
"hash": "dcdf691ab082b7c4358dedc5a0de46f33ea90be84613175a487b1efebc4d1df6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.2.2-x86.exe",
|
|
"hash": "0018960056a08aea833381fba79d68eb6fe0c64a5322cf66de1a1323f68d83e8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|