ScoopInstaller_Main/mercurial.json
monotykamary a631788ca2 Update Mercurial to 3.8.2
SHA-256 taken from 7zip and shasum;
mercurial manifest tested on external bucket.
2016-05-16 13:36:43 +07:00

22 lines
798 B
JSON

{
"homepage": "mercurial.selenic.com",
"version": "3.8.1",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-3.8.1-x64.exe",
"hash": "89ab409f7818d8640ee45800254efbf051dbc7b6509d8f6c687274226c1c3cb6"
},
"32bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-3.8.1.exe",
"hash": "1629e8171461bd2fad09466f5c1beca7a7f3de3d55ebd8eca647a8a3e76c9c6e"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "http://mercurial.selenic.com/sources.js",
"re": "Mercurial ([0-9\\.]+) Inno Setup installer - x86 Windows - does not require admin rights"
}
}