ScoopInstaller_Main/mercurial.json
2017-05-03 11:01:12 +02:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.2",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.2-x64.exe",
"hash": "61d827b75ffe5ade60ec184a0f9ee6adb59ea640af8d7ab7c8d29d29cf64738d"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.2.exe",
"hash": "42bc2eb4261a67af44a9cd6014641e86012fa90dbbb87999b7f7af193890cc1a"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "Mercurial\\s+([\\d.]+)\\s+\\([0-9\\-]+\\)"
},
"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"
}
}
}
}