Skip to content

Commit

Permalink
Update CMake to version 3.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 18, 2023
1 parent f39bd24 commit e43464d
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.27.4",
version="3.27.5",
archive_url="https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-windows-x86_64.zip",
hash="e5e060756444d0b2070328a8821c1ceb62bd6d267aae61bfff06f96c7ec943a6",
hash="1e8e06c8ecf63d5f213019e1cd39ea41a6cf952db5f2c8e69b8e47f5bc302684",
dir_part="cmake-{version}-windows-x86_64",
)

Expand Down

0 comments on commit e43464d

Please sign in to comment.