mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
22 lines
768 B
JSON
22 lines
768 B
JSON
{
|
|
"homepage": "https://www.mercurial-scm.org/",
|
|
"version": "3.9.1",
|
|
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-3.9.1-x64.exe",
|
|
"hash": "E7381588237965503644383ED8322A0072A6899D1C35D606A065B1CBE01B15D7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-3.9.1.exe",
|
|
"hash": "68284536732A13D2238BCB73EAC67C4248D5370F8FCA0DB7C4DA8159C5BA9BA0"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "hg.exe",
|
|
"checkver": {
|
|
"url": "https://www.mercurial-scm.org/wiki/WhatsNew",
|
|
"re": "Mercurial\\s+([0-9\\.]+)\\s+\\([0-9\\-]+\\)"
|
|
}
|
|
}
|