ScoopInstaller_Main/bucket/mercurial.json
2020-02-04 04:01:49 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"description": "Fast, lightweight, distributed source control management system designed for easy and efficient handling of very large distributed projects.",
"version": "5.3",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3-x64.exe",
"hash": "fec10fe020f23bf259d36340aef50997ad9d330cc361bf7414a66d6427b0745a"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3.exe",
"hash": "15ebd1c2302bd19a33368f6e900fbbafb5b1091765425a164581dc329509fc41"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\w.]+).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"
}
}
}
}