ScoopInstaller_Main/mercurial.json
monotykamary ea8c1fa127 Update Mercurial to 3.8.2 (#876)
SHA256 taken from shasum.
2016-05-31 08:46:03 +10:00

22 lines
792 B
JSON

{
"homepage": "mercurial.selenic.com",
"version": "3.8.2",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.2-x64.exe",
"hash": "a0d9a3377b5e9cac19de35743470a903c5783bef57c52a62aae442f58aab1ae9"
},
"32bit": {
"url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.2.exe",
"hash": "7b8d6b14db0f9b5a935724d0f3fc303a0a80166ff7e97c6861aa25351dd9f6be"
}
},
"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"
}
}