ScoopInstaller_Main/bucket/mercurial.json
2022-05-06 04:30:50 +00:00

33 lines
1.2 KiB
JSON

{
"version": "6.1.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-6.1.2-x64.exe",
"hash": "fd74e358ba3a14f3cebea478f2f8ec4eaef5add8be931cd3cced6fc5460c2b6c"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.1.2-x86.exe",
"hash": "4f05af0964634981b08599ee54be6e3a6d57e1ab24e41c1529d7689e9f999e86"
}
},
"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"
}
}
}
}