Skip to content

Commit

Permalink
Update CMake to version 3.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Oct 1, 2024
1 parent 9444c84 commit 2d2bb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def __init__(self):
Tool.__init__(
self,
"cmake",
version="3.30.3",
version="3.30.4",
archive_url="https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-windows-x86_64.zip",
hash="2b339f738d3dea408d1523c99bb24d2d82b169f5749a698225ecfdf2f0d1c314",
hash="cd7363aab96a33237b8913024201863ed218000a0535f3bc9cc6519325416dee",
dir_part="cmake-{version}-windows-x86_64",
)

Expand Down

0 comments on commit 2d2bb11

Please sign in to comment.