ScoopInstaller_Main/mercurial.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.5.3",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5.3-x64.exe",
"hash": "fbd628e1530b4111e354def5f9389382b4e1199f6aecc07d61f55146a3088aff"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.5.3.exe",
"hash": "8d2bf51a5e02e89d685c08a7eb3c185871c439831c935f2b8cac83f6f2c16637"
}
},
"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"
}
}
}
}