Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Jun 6, 2021
1 parent af93470 commit 00d2d6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "MSYS2",
"file": "msys2.exe",
"href": "https://github.com/msys2/msys2-installer/releases/download/2021-02-28/msys2-base-x86_64-20210228.sfx.exe"
"href": "https://github.com/msys2/msys2-installer/releases/download/2021-06-04/msys2-base-x86_64-20210604.sfx.exe"
},
{
"name": "Zadig",
Expand Down
12 changes: 6 additions & 6 deletions x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
{
"name": "CMake",
"file": "cmake-3.20.1-windows-x86_64.msi",
"file": "cmake-3.20.3-windows-x86_64.msi",
"exec": "msiexec /i \"$0\" /qn /norestart ADD_CMAKE_TO_PATH=System",
"href": "https://github.com/Kitware/CMake/releases/download/v3.20.1/cmake-3.20.1-windows-x86_64.msi"
"href": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-x86_64.msi"
},
{
"name": "Build Tools for Visual Studio 2019",
Expand All @@ -22,9 +22,9 @@
},
{
"name": "Python 3.9",
"file": "python-3.9.4-amd64.exe",
"file": "python-3.9.5-amd64.exe",
"exec": "\"$0\" /quiet InstallAllUsers=1 PrependPath=1",
"href": "https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe"
"href": "https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe"
},
{
"name": "Git for Windows",
Expand All @@ -46,9 +46,9 @@
},
{
"name": "Graphviz",
"file": "stable_windows_10_cmake_Release_x64_graphviz-install-2.47.0-win64.exe",
"file": "stable_windows_10_cmake_Release_x64_graphviz-install-2.47.2-win64.exe",
"exec": "\"$0\" /S",
"href": "https://gitlab.com/graphviz/graphviz/-/package_files/8184046/download"
"href": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.2/stable_windows_10_cmake_Release_x64_graphviz-install-2.47.2-win64.exe"
}
]
}
12 changes: 6 additions & 6 deletions x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
{
"name": "CMake",
"file": "cmake-3.20.1-windows-i386.msi",
"file": "cmake-3.20.3-windows-i386.msi",
"exec": "msiexec /i \"$0\" /qn /norestart ADD_CMAKE_TO_PATH=System",
"href": "https://github.com/Kitware/CMake/releases/download/v3.20.1/cmake-3.20.1-windows-i386.msi"
"href": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-windows-i386.msi"
},
{
"name": "Build Tools for Visual Studio 2019",
Expand All @@ -22,9 +22,9 @@
},
{
"name": "Python 3.9",
"file": "python-3.9.4.exe",
"file": "python-3.9.5.exe",
"exec": "\"$0\" /quiet InstallAllUsers=1 PrependPath=1",
"href": "https://www.python.org/ftp/python/3.9.4/python-3.9.4.exe"
"href": "https://www.python.org/ftp/python/3.9.5/python-3.9.5.exe"
},
{
"name": "Git for Windows",
Expand All @@ -46,9 +46,9 @@
},
{
"name": "Graphviz",
"file": "stable_windows_10_cmake_Release_Win32_graphviz-install-2.47.0-win32.exe",
"file": "stable_windows_10_cmake_Release_Win32_graphviz-install-2.47.2-win32.exe",
"exec": "\"$0\" /S",
"href": "https://gitlab.com/graphviz/graphviz/-/package_files/8184049/download"
"href": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.2/stable_windows_10_cmake_Release_Win32_graphviz-install-2.47.2-win32.exe"
}
]
}

0 comments on commit 00d2d6d

Please sign in to comment.