ScoopInstaller_Main/mercurial.json
2017-08-10 20:00:18 +00:00

32 lines
1.1 KiB
JSON

{
"homepage": "https://www.mercurial-scm.org/",
"version": "4.3",
"license": "https://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3-x64.exe",
"hash": "aee1536960f37b6a702e0ff735171209c38069e7c75d1d5bd6cfc2238f0134ad"
},
"32bit": {
"url": "https://www.mercurial-scm.org/release/windows/Mercurial-4.3.exe",
"hash": "1820da555625d8a619506f389e8dee150b67a462c17e15ec0c8cf93fa3298106"
}
},
"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"
}
}
}
}