ScoopInstaller_Main/bucket/mercurial.json
2019-07-09 16:01:51 +00:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "5.0.2",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.0.2-x64.exe",
"hash": "bdeaa6a35bb975797b87722d01f186e8dca52c3cebcf37c96995af99cd0fcd04"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-5.0.2.exe",
"hash": "ac58482188cb5351d4777e449d17f36b49099a44db6ce7b4109aa6cae00dbc3c"
}
},
"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"
}
}
}
}