ScoopInstaller_Main/bucket/mercurial.json
2022-04-09 20:27:10 +00:00

33 lines
1.2 KiB
JSON

{
"version": "6.1.1",
"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.1.1-x64.exe",
"hash": "cb60c00a900fea9045eed88e47fb03628bd716b6385bad8e7f86579e990ea625"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.1-x86.exe",
"hash": "53abdf619faccf5984e557d8266b3965e1286a469af3a302a77b7fd3ee1091f0"
}
},
"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"
}
}
}
}