diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-01-30 11:46:04 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-01-30 11:46:04 +0000 |
commit | 7aace9e1b256002cf92b84814525f7b290671d09 (patch) | |
tree | 7c228ab6d4d3402970a20bf9b52fa27d8726047f /recipes/build-tools | |
parent | 8f76337f2f5c1686755be641555b09ad3a9eee99 (diff) |
meson: update to 1.3.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1337>
Diffstat (limited to 'recipes/build-tools')
-rw-r--r-- | recipes/build-tools/meson.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/meson.recipe b/recipes/build-tools/meson.recipe index ade5eda9..584cc8ae 100644 --- a/recipes/build-tools/meson.recipe +++ b/recipes/build-tools/meson.recipe @@ -6,7 +6,7 @@ from pathlib import PurePath class Recipe(recipe.Recipe): name = 'meson' - version = '1.2.3' + version = '1.3.1' licenses = [License.Apachev2] btype = BuildType.CUSTOM @@ -18,7 +18,7 @@ class Recipe(recipe.Recipe): else: stype = SourceType.TARBALL url = 'https://github.com/mesonbuild/meson/releases/download/%(version)s/meson-%(version)s.tar.gz' - tarball_checksum = '4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1' + tarball_checksum = '6020568bdede1643d4fb41e28215be38eff5d52da28ac7d125457c59e0032ad7' files_bin = ['bin/meson'] files_python = [] |