mercurial 2.7.2 (unpack with innounp)

This commit is contained in:
Luke Sampson 2013-10-04 17:53:27 +10:00
parent 9325b63b9e
commit 0aced8520f

View File

@ -1,18 +1,17 @@
{ {
"homepage": "mercurial.selenic.com", "homepage": "mercurial.selenic.com",
"version": "2.7.1", "version": "2.7.2",
"license": "GPL2", "license": "GPL2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.1-x64.exe", "url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.2-x64.exe",
"hash": "1eb71dfdfde1f7fc51487c2e8c62a2421f73885e6506980ed98984a1882b9070" "hash": "ad17de523769b6dbe0c1a735c81630d3afe495988a7fc674571a9746d5abd7e5"
}, },
"32bit": { "32bit": {
"url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.1.exe", "url": "http://mercurial.selenic.com/release/windows/Mercurial-2.7.2.exe",
"hash": "83fa25ded2a502adc8f4bcf4e78da5d3b56a3fe5f5dfac11e991c9938c10ab6f" "hash": "3f9b055d54989bb456f0dc5fafd19da0de82a1f85b3dd021f9472d7d51f803a6"
} }
}, },
"installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] }, "innosetup": true,
"uninstaller": { "file": "unins000.exe", "args": ["/verysilent"] },
"bin": "hg.exe" "bin": "hg.exe"
} }