ScoopInstaller_Main/bucket/mercurial.json
2020-03-28 17:01:50 +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.3.1",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3.1-x64.exe",
"hash": "2efbd14fc84bb769a7f15044b977d206d2311856a5b8e864828a1cf94b1f1bc7"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.3.1.exe",
"hash": "b67ea46700475ed35b02cc1b56e1396fef9cc4d2756fb43f500d43e2de36b85c"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\w.]+).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"
}
}
}
}