mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
22 lines
779 B
JSON
22 lines
779 B
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"version": "3.9.0",
|
|
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x64.msi",
|
|
"hash": "24AA08E8EC53CE7E87F046F623CA3D12CC30E7334FB8D450A2C885A15BDDAF69"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x86.msi",
|
|
"hash": "12E445D1353D93771DEB4F38838D88F5B1B24571CA0FC19BE6E17A211B11C471"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "hg.exe",
|
|
"checkver": {
|
|
"url": "https://www.mercurial-scm.org/downloads",
|
|
"re": "<em>Mercurial\\s+([0-9\\.]+)\\s+Inno\\s+Setup.*<\\/em>"
|
|
}
|
|
}
|