ScoopInstaller_Main/bucket/mercurial.json
2022-10-25 05:00:09 +00:00

33 lines
1.2 KiB
JSON

{
"version": "6.3rc0",
"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-6.3rc0-x64.exe",
"hash": "d6b186b4c01aa015ec417ff2e1368e6787055fd9738cc1e2bbf5a3fc123a66e6"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.3rc0-x86.exe",
"hash": "456fe745c5de84e31ad404dabdefab9c3282c308c5f1c4ba10ae712153bdab5e"
}
},
"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"
}
}
}
}