mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"version": "4.2.2",
|
|
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.2.2-x64.exe",
|
|
"hash": "29781624f29a6483431b273287312986d6279bb1e5de44739261476b273a9484"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.2.2.exe",
|
|
"hash": "79b9cf8756893e574920816c5737d3d4b81148eb4d0bdbae764c813d621a00ab"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "hg.exe",
|
|
"checkver": {
|
|
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
|
|
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|