ScoopInstaller_Main/mercurial.json
Michael Tyson 5e50f8d452 Mercurial 3.2.3 (Security Release)
This is an unscheduled bugfix release containing two security fixes for issues we uncovered in both Git and Mercurial for CVE-2014-9390. Users on Mac and Windows are encouraged to upgrade.
2014-12-19 07:47:05 -05:00

22 lines
664 B
JSON

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