ScoopInstaller_Main/bucket/mercurial.json
2021-04-30 04:00:22 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.8rc0",
"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.8rc0-x64.exe",
"hash": "414c37bc616a6c8b8eabff5dd26a09e4405e0e39c0bcb4bda5ba9f1b389f49ff"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.8rc0-x86.exe",
"hash": "8a3b4ebb886ffe8f2cd626a16c39bfae6c3613dbab475ae9ecd7e69ce7d47500"
}
},
"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"
}
}
}
}