ScoopInstaller_Main/mercurial.json
2013-08-15 22:16:52 +10:00

18 lines
616 B
JSON

{
"homepage": "mercurial.selenic.com",
"version": "2.6.2",
"license": "GPL2",
"architecture": {
"64bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.6.2-x64.exe",
"hash": "d61b7ce3193507aee3214bbd890bdd9cda9d6bc45f134d2563a038f81e2a2331"
},
"32bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.6.2.exe",
"hash": "4ea3d91831521e720517c48fd80bcbbeb54a514186118cb2f6b9e023893443b6"
}
},
"installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] },
"uninstaller": { "file": "unins000.exe", "args": ["/verysilent"] },
"bin": "hg.exe"
}