ScoopInstaller_Main/mercurial.json
2018-08-08 20:01:51 +00:00

32 lines
1.0 KiB
JSON

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