ScoopInstaller_Main/mercurial.json
2019-02-02 13:00:26 +00:00

32 lines
1.0 KiB
JSON

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