mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"version": "4.7.2",
|
|
"license": "GPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.7.2-x64.exe",
|
|
"hash": "48229827ca9b040289cf973f36866779140ed63b4a22824b7d115e1869e69955"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.7.2.exe",
|
|
"hash": "56a61062862cceeec2eea9c4b37cf515251ea8370620c3e1682eb15d79431b5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|