mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
18 lines
616 B
JSON
18 lines
616 B
JSON
{
|
|
"homepage": "mercurial.selenic.com",
|
|
"version": "2.7.1",
|
|
"license": "GPL2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.1-x64.exe",
|
|
"hash": "1eb71dfdfde1f7fc51487c2e8c62a2421f73885e6506980ed98984a1882b9070"
|
|
},
|
|
"32bit": {
|
|
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.1.exe",
|
|
"hash": "83fa25ded2a502adc8f4bcf4e78da5d3b56a3fe5f5dfac11e991c9938c10ab6f"
|
|
}
|
|
},
|
|
"installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] },
|
|
"uninstaller": { "file": "unins000.exe", "args": ["/verysilent"] },
|
|
"bin": "hg.exe"
|
|
} |