ScoopInstaller_Main/bucket/mercurial.json
2021-10-11 22:34:12 -07:00

33 lines
1.2 KiB
JSON

{
"version": "5.9.2",
"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-5.9.2-x64.exe",
"hash": "05f7b429e86dfd82e7105d3cecc7d0712e023479f291a9d8ba4daf65b5008590"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.9.2-x86.exe",
"hash": "dd8e9b060aa53564f25fcff45855eefb81fcb2e2fd29491df52747996b1b51ce"
}
},
"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"
}
}
}
}