Skip to content

Commit

Permalink
Update Meson to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jun 3, 2024
1 parent 63ea061 commit a6668f5
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.4.0",
version="1.4.1",
archive_url="https://github.com/mesonbuild/meson/archive/refs/tags/{version}.tar.gz",
archive_filename="meson-{version}.tar.gz",
hash="61382f295378bddcd9bebb3a9a9065b1cbc671fa41b80964ab02726f9a5f3a88",
hash="a7efc72ecb873c5a62031ade1921a7177b67cfdcb2e9410a7ab023f9e8192f4b",
dir_part="meson-{version}",
exe_name="meson.py",
)
Expand Down

0 comments on commit a6668f5

Please sign in to comment.