summaryrefslogtreecommitdiffstats
path: root/tools/meson
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-01-30 18:57:59 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-02-03 23:16:00 +0100
commitfb6cf22866b3bb6dfcbee0659f785982d071c863 (patch)
tree897d0a45170442099bf7806e9a6ec3904ead5a38 /tools/meson
parent8a8b7b423428309d66c96d93dc11499e21b665cb (diff)
downloadopenwrt-fb6cf22866b3bb6dfcbee0659f785982d071c863.tar.gz
openwrt-fb6cf22866b3bb6dfcbee0659f785982d071c863.tar.bz2
openwrt-fb6cf22866b3bb6dfcbee0659f785982d071c863.zip
tools/meson: update to 0.61.1
Changelog: backend_startup_project Add a man page backend to refman extract_objects() supports generated sources Python 3.6 support will be dropped in the next release Warning if check kwarg of run_command is missing meson rewrite can modify extra_files meson rewrite target <target> info outputs target's extra_files Visual Studio 2022 backend Support for CMake <3.14 is now deprecated for CMake subprojects Added support for sccache install_symlink function Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/meson')
-rw-r--r--tools/meson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/meson/Makefile b/tools/meson/Makefile
index 10f29c93d8..0d69593d56 100644
--- a/tools/meson/Makefile
+++ b/tools/meson/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=meson
-PKG_VERSION:=0.60.1
+PKG_VERSION:=0.61.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION)
-PKG_HASH:=5add789c953d984b500858b2851ee3d7add0460cf1a6f852f0a721af17384e13
+PKG_HASH:=feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c
PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
PKG_LICENSE:=Apache-2.0