Signed-off-by: Philipp Zabel <[email protected]> --- rules/host-meson.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-meson.make b/rules/host-meson.make index 5c86d81e873d..3bf0491e4908 100644 --- a/rules/host-meson.make +++ b/rules/host-meson.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MESON) += host-meson # # Paths and names # -HOST_MESON_VERSION := 0.53.1 -HOST_MESON_MD5 := 9bf73f7b5a2426a7c8674a809bb8cae2 +HOST_MESON_VERSION := 0.54.3 +HOST_MESON_MD5 := 4ec36e59f182ac6f890585e8baff6fe4 HOST_MESON := meson-$(HOST_MESON_VERSION) HOST_MESON_SUFFIX := tar.gz HOST_MESON_URL := https://github.com/mesonbuild/meson/releases/download/$(HOST_MESON_VERSION)/$(HOST_MESON).$(HOST_MESON_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
