Skip to content

Commit

Permalink
Update Meson to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Nov 23, 2023
1 parent 5486fad commit 4db15e8
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.2.3",
version="1.3.0",
archive_url="https://github.com/mesonbuild/meson/archive/refs/tags/{version}.tar.gz",
archive_filename="meson-{version}.tar.gz",
hash="1340bbc017eead2ddf706fb36a6dcc46796deec6b1513005de67e862c1b737cf",
hash="6c4b4f35b51a260b362535fd32fee6d244871be38a2880f4de3ea9c6e69a0808",
dir_part="meson-{version}",
exe_name="meson.py",
)
Expand Down

0 comments on commit 4db15e8

Please sign in to comment.