aboutsummaryrefslogtreecommitdiff
path: root/scripts/vcpkgTools.xml
blob: 477584c5aedd3f9c619c497cc0820e287ad1a22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<tools version="1">
    <tool name="cmake">
        <requiredVersion>3.10.2</requiredVersion>
        <exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath>
        <url>https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip</url>
        <sha256>f5f7e41a21d0e9b655aca58498b08e17ecd27796bf82837e2c84435359169dd6</sha256>
        <archiveRelativePath>cmake-3.10.2-win32-x86.zip</archiveRelativePath>
    </tool>
    <tool name="cmake" os="osx">
        <requiredVersion>3.10.2</requiredVersion>
        <exeRelativePath>cmake-3.10.2-Darwin-x86_64/CMake.app/Contents/bin/cmake</exeRelativePath>
        <url>https://cmake.org/files/v3.10/cmake-3.10.2-Darwin-x86_64.tar.gz</url>
        <sha256>e748eb7698f8e2783c2eea9ab81eebf66da0238bbf8e8fa722a67a38f2110718</sha256>
        <archiveRelativePath>cmake-3.10.2-Darwin-x86_64.tar.gz</archiveRelativePath>
    </tool>
    <tool name="cmake" os="linux">
        <requiredVersion>3.10.2</requiredVersion>
        <exeRelativePath>cmake-3.10.2-Linux-x86_64/bin/cmake</exeRelativePath>
        <url>https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz</url>
        <sha256>7a82b46c35f4e68a0807e8dc04e779dee3f36cd42c6387fd13b5c29fe62a69ea</sha256>
        <archiveRelativePath>cmake-3.10.2-Linux-x86_64.tar.gz</archiveRelativePath>
    </tool>
    <tool name="git">
        <requiredVersion>2.16.2</requiredVersion>
        <exeRelativePath>MinGit-2.16.2-32-bit\cmd\git.exe</exeRelativePath>
        <url>https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/MinGit-2.16.2-32-bit.zip</url>
        <sha256>322c727e482aa97522c64a5ac68bdda3780111e8670bcfb532beac8e11ece5da</sha256>
        <archiveRelativePath>MinGit-2.16.2-32-bit.zip</archiveRelativePath>
    </tool>
    <tool name="vswhere">
        <requiredVersion>2.3.2</requiredVersion>
        <exeRelativePath>vswhere-2.3.2\vswhere.exe</exeRelativePath>
        <url>https://github.com/Microsoft/vswhere/releases/download/2.3.2/vswhere.exe</url>
        <sha256>103f2784c4b2c8e70c7c1c03687abbf22bce052aae30639406e4e13ffa29ee04</sha256>
    </tool>
    <tool name="nuget">
        <requiredVersion>4.4.0</requiredVersion>
        <exeRelativePath>nuget-4.4.0\nuget.exe</exeRelativePath>
        <url>https://dist.nuget.org/win-x86-commandline/v4.4.0/nuget.exe</url>
        <sha256>2cf9b118937eef825464e548f0c44f7f64090047746de295d75ac3dcffa3e1f6</sha256>
    </tool>
    <tool name="installerbase">
        <requiredVersion>3.1.81</requiredVersion>
        <exeRelativePath>QtInstallerFramework-win-x86\bin\installerbase.exe</exeRelativePath>
        <url>https://github.com/podsvirov/installer-framework/releases/download/cr203958-9/QtInstallerFramework-win-x86.zip</url>
        <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>
    <tool name="ninja" os="linux">
        <requiredVersion>1.8.2</requiredVersion>
        <exeRelativePath>ninja</exeRelativePath>
        <url>https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip</url>
        <sha256>d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07</sha256>
        <archiveRelativePath>ninja-linux.zip</archiveRelativePath>
    </tool>
    <tool name="ninja" os="osx">
        <requiredVersion>1.8.2</requiredVersion>
        <exeRelativePath>ninja</exeRelativePath>
        <url>https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip</url>
        <sha256>0347d55c66061652b26f48769d566761630ffde3143793b29064a57f356542cc</sha256>
        <archiveRelativePath>ninja-mac.zip</archiveRelativePath>
    </tool>
</tools>