ScoopInstaller_Main/mercurial.json
2018-06-06 20:00:27 +00:00

32 lines
1.0 KiB
JSON

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