ScoopInstaller_Main/bucket/mercurial.json
2022-07-29 04:38:57 +00:00

33 lines
1.2 KiB
JSON

{
"version": "6.2.1",
"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.2.1-x64.exe",
"hash": "d6c8a7833d387ea65740f60c1b210b50177fcc9ede296af241971dc1decafb75"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-6.2.1-x86.exe",
"hash": "3fd38de69b19f158b1174ddd41ec8bf3ceb4698c94c66ea94a8bf880d97370d2"
}
},
"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"
}
}
}
}