ScoopInstaller_Main/mercurial.json
2015-05-17 13:08:31 +03:00

22 lines
889 B
JSON

{
"homepage": "mercurial.selenic.com",
"version": "3.4",
"license": "GPL2",
"architecture": {
"64bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-3.4-x64.exe",
"hash": "335a8cc9367265e59f1ea6fb8cf56d9117fb9a00f18c66fe15b30b354c588c68"
},
"32bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-3.4.exe",
"hash": "cc22c4d0f48de57a4464c7986069704aeb5fa3e56dbfad5a617f6f71717b704b"
}
},
"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"
}
}