Skip to content

Commit

Permalink
Update cmake to version 3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jul 29, 2023
1 parent 2c63f8d commit afd8aa4
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 @@ -68,9 +68,9 @@ def __init__(self):
Tool.__init__(
self,
"cmake",
version="3.27.0",
version="3.27.1",
archive_url="https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-windows-x86_64.zip",
hash="fc5f901ef4d438eafbe35b24c608d5de11e517f157b3b7ab8ebbaa7c3c0171d2",
hash="664fe1655999f0b693d1e64ddb430191c727ab0a03dc1da7278f291172e1e04e",
dir_part="cmake-{version}-windows-x86_64",
)

Expand Down

0 comments on commit afd8aa4

Please sign in to comment.