ScoopInstaller_Main/bucket/mercurial.json
2022-06-20 20:29:54 +00:00

33 lines
1.2 KiB
JSON

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