[openwrt/openwrt] tools/meson: update to 0.61.5

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 26 15:57:57 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d60cfa5a9e85c4d74411ce0afbde47f54030cea8

commit d60cfa5a9e85c4d74411ce0afbde47f54030cea8
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Mon Jun 20 21:09:08 2022 -0700

    tools/meson: update to 0.61.5
    
    Mostly backports by a Red Hat employee as 0.62 and newer demands Python
    3.7+. Same reason 0.61 is kept here.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/meson/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/meson/Makefile b/tools/meson/Makefile
index e2ea3d285c..d53ed897a3 100644
--- a/tools/meson/Makefile
+++ b/tools/meson/Makefile
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=meson
-PKG_VERSION:=0.61.4
+PKG_VERSION:=0.61.5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION)
-PKG_HASH:=4e3733ddc66bac38e38c63b739c9b8b8fc5a866de5333396b0c85c2b144ddee9
+PKG_HASH:=5e9a0d65c1a51936362b9686d1c5e9e184a6fd245d57e7269750ce50c20f5d9a
 
 PKG_MAINTAINER:=Andre Heider <a.heider at gmail.com>
 PKG_LICENSE:=Apache-2.0




More information about the lede-commits mailing list