Skip to content

Commit

Permalink
Update Meson to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Jan 31, 2025
1 parent 2258a9e commit 0c7c33b
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 @@ -93,10 +93,10 @@ def __init__(self):
Tool.__init__(
self,
"meson",
version="1.6.1",
version="1.7.0",
archive_url="https://github.com/mesonbuild/meson/archive/refs/tags/{version}.tar.gz",
archive_filename="meson-{version}.tar.gz",
hash="4889795777b536ea1a351982f3ef7c7b06a786ccb47036daba63cc5757c59edb",
hash="a6ca46e2a11a0278bb6492ecd4e0520ff441b164ebfdef1e012b11beb848d26e",
dir_part="meson-{version}",
exe_name="meson.py",
)
Expand Down

0 comments on commit 0c7c33b

Please sign in to comment.