ScoopInstaller_Main/mercurial.json
2018-07-04 20:00:27 +00:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.6.2",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.6.2-x64.exe",
"hash": "a43f499707ff248e3acbc117c9cb7e673172e5170fe7d0fd1d86f1f3f0e4bb5e"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.6.2.exe",
"hash": "b5534fb2e7156f236b08de027c1490b1580b185b123ed6e99196c64cb813e9ba"
}
},
"innosetup": true,
"bin": "hg.exe",
"checkver": {
"url": "https://www.mercurial-scm.org/release/windows/latest.dat",
"re": "Mercurial-([\\d.]+).exe"
},
"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"
}
}
}
}