ScoopInstaller_Main/bucket/mercurial.json
2019-10-03 16:00:26 +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.1.2",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2-x64.exe",
"hash": "e88ff4640f08e3ff9f4e366c547b5c9430e0670a99a8273ad4e522d122d47a14"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.2.exe",
"hash": "47647203bf160126c54e44a30881d326e5902ee8e90e917a2e763f8de0f56fbd"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).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"
}
}
}
}