aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-26 18:18:43 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-26 18:18:43 -0800
commite2980c8f91327614f24abec6704a5831d8074a8a (patch)
treedbfee9c09fb1f64a1216dd46615c1fddad210cd8 /scripts
parentebdb41039450383ec7f41bd5f589cc46b7fd6a59 (diff)
downloadvcpkg-e2980c8f91327614f24abec6704a5831d8074a8a.tar.gz
vcpkg-e2980c8f91327614f24abec6704a5831d8074a8a.zip
[vcpkg] Add 7zip internal tool
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vcpkgTools.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
index e54d16864..02fd0b996 100644
--- a/scripts/vcpkgTools.xml
+++ b/scripts/vcpkgTools.xml
@@ -33,4 +33,11 @@
<sha256>f2ce23cf5cf9fc7ce409bdca49328e09a070c0026d3c8a04e4dfde7b05b83fe8</sha256>
<archiveRelativePath>QtInstallerFramework-win-x86.zip</archiveRelativePath>
</tool>
+ <tool name="7zip">
+ <requiredVersion>18.01.0</requiredVersion>
+ <exeRelativePath>7za920\7za.exe</exeRelativePath>
+ <url>http://www.7-zip.org/a/7za920.zip</url>
+ <sha256>2a3afe19c180f8373fa02ff00254d5394fec0349f5804e0ad2f6067854ff28ac</sha256>
+ <archiveRelativePath>7za920.zip</archiveRelativePath>
+ </tool>
</tools>