ScoopInstaller_Main/bucket/mercurial.json
2019-09-06 03:00:20 +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.1",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.1-x64.exe",
"hash": "7892cf8ec21447d1d7d85ac89232b4bfde52a441014be6ca6c92446419d47db6"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.1.1.exe",
"hash": "e27ec889c8e10a638d4f343af4f52da98c699639c51b7ac428a1b37d47750f40"
}
},
"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"
}
}
}
}