ScoopInstaller_Main/bucket/mercurial.json
2022-06-04 20:26:58 +00:00

33 lines
1.2 KiB
JSON

{
"version": "6.1.3",
"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.3-x64.exe",
"hash": "7aa584bd55e33daaf5f1430b74afa9f068eaef25777868f0a8a738d120913e44"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.3-x86.exe",
"hash": "48dcafa5b6d1cdd9642261890caac357dc93e8a95b3b23494d61da129df1a235"
}
},
"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"
}
}
}
}