ScoopInstaller_Main/bucket/mercurial.json
2021-01-25 03:00:25 +00:00

33 lines
1.2 KiB
JSON

{
"version": "5.7rc0",
"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.7rc0-x64.exe",
"hash": "806fe88e0b5d53e4ab9487ae1d74ceb978b88984f5ee12a96e0f3bfe4fbc223a"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.7rc0-x86.exe",
"hash": "f3a800385f72fadeef364e6667eeb35c893eb612b444449afa6f6490a788c09c"
}
},
"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"
}
}
}
}