Skip to content

Commit

Permalink
Update CMake to version 3.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 10, 2024
1 parent 3770f61 commit d2b3ded
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.4",
version="3.30.5",
archive_url="https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-windows-x86_64.zip",
hash="cd7363aab96a33237b8913024201863ed218000a0535f3bc9cc6519325416dee",
hash="5ab6e1faf20256ee4f04886597e8b6c3b1bd1297b58a68a58511af013710004b",
dir_part="cmake-{version}-windows-x86_64",
)

Expand Down

0 comments on commit d2b3ded

Please sign in to comment.