mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 16:01:20 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
|
|
"version": "5.2",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2-x64.exe",
|
|
"hash": "db4c88932dc0009f1719b49bd09f0f7e4531671ab38f42fe59d84239d3978fcf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.2.exe",
|
|
"hash": "802623e06201c4b842a8e01c7064a05ff664b5d5e3948d92985148e6aa14a48f"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "hg.exe",
|
|
"checkver": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
|
|
"re": "Mercurial-([\\d.]+).exe"
|
|
},
|
|
"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.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|