mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"version": "4.5",
|
|
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5-x64.exe",
|
|
"hash": "e96f0312e462ca96ef69d4be0c0f4b458ce853c49672cfe32be7c5ce99e5fc6b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5.exe",
|
|
"hash": "e66db15844aca97a140f49b2b7c35a105674f4dccd1f7a13ca4b6be780d666d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|