diff --git a/mercurial.json b/mercurial.json new file mode 100644 index 0000000000..376aab5d9c --- /dev/null +++ b/mercurial.json @@ -0,0 +1,18 @@ +{ + "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": { "sha256": "d61b7ce3193507aee3214bbd890bdd9cda9d6bc45f134d2563a038f81e2a2331" } + }, + "32bit": { + "url": "http://mercurial.selenic.com/release/windows/Mercurial-2.6.2.exe", + "hash": { "sha256": "4ea3d91831521e720517c48fd80bcbbeb54a514186118cb2f6b9e023893443b6"} + } + }, + "installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] }, + "uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] }, + "bin": [ "hg.exe" ] +} \ No newline at end of file