Skip to content

Commit

Permalink
Update Ninja to version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Apr 12, 2024
1 parent a11f9cd commit c627b62
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.11.1",
version="1.12.0",
archive_url="https://github.com/ninja-build/ninja/releases/download/v{version}/ninja-win.zip",
archive_filename="ninja-win-{version}.zip",
hash="524b344a1a9a55005eaf868d991e090ab8ce07fa109f1820d40e74642e289abc",
hash="51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417",
dir_part="ninja-{version}",
exe_name="ninja.exe",
)
Expand Down

0 comments on commit c627b62

Please sign in to comment.