aboutsummaryrefslogtreecommitdiffstats
path: root/tools/meson/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-16 16:18:07 -0700
committerDaniel Golle <daniel@makrotopia.org>2022-04-10 16:26:01 +0100
commit0db5044f511650bb00a397de1cc63d7f4883a2f5 (patch)
treef44c9cc4e707bd9f90bcfeb4b16beadad2cf8f30 /tools/meson/Makefile
parenta650f4abfb306d131d2c8a14ec454ccd49101e47 (diff)
downloadupstream-0db5044f511650bb00a397de1cc63d7f4883a2f5.tar.gz
upstream-0db5044f511650bb00a397de1cc63d7f4883a2f5.tar.bz2
upstream-0db5044f511650bb00a397de1cc63d7f4883a2f5.zip
tools/meson: update to 0.61.4
Override python to use the one in host instead of hostpkg. There's no need to use the latter. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 19f3fcc884cab348cfba823f1175baf7aa4de15f)
Diffstat (limited to 'tools/meson/Makefile')
-rw-r--r--tools/meson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/meson/Makefile b/tools/meson/Makefile
index cd5af31cff..e2ea3d285c 100644
--- a/tools/meson/Makefile
+++ b/tools/meson/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=meson
-PKG_VERSION:=0.61.2
+PKG_VERSION:=0.61.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION)
-PKG_HASH:=0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889
+PKG_HASH:=4e3733ddc66bac38e38c63b739c9b8b8fc5a866de5333396b0c85c2b144ddee9
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
PKG_LICENSE:=Apache-2.0