Skip to content

Commit

Permalink
Merge pull request #1341 from wingtk/ninja-1.12.1
Browse files Browse the repository at this point in the history
Update Ninja to version 1.12.1
  • Loading branch information
danyeaw authored May 13, 2024
2 parents 735d49b + 9375570 commit e9d3144
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 @@ -160,10 +160,10 @@ def __init__(self):
Tool.__init__(
self,
"ninja",
version="1.12.0",
version="1.12.1",
archive_url="https://github.com/ninja-build/ninja/releases/download/v{version}/ninja-win.zip",
archive_filename="ninja-win-{version}.zip",
hash="51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417",
hash="f550fec705b6d6ff58f2db3c374c2277a37691678d6aba463adcbb129108467a",
dir_part="ninja-{version}",
exe_name="ninja.exe",
)
Expand Down

0 comments on commit e9d3144

Please sign in to comment.