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