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

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 14 11:16:38 PDT 2023


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

commit cbf8c76d0a30838961553b75ba038ecc7a29a621
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Aug 11 19:17:26 2023 -0700

    tools/meson: update to 1.2.1
    
    Remove PKG_RELEASE as it's not really used with tools.
    
    Changelog: https://mesonbuild.com/Release-notes-for-1-2-0.html
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/meson/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/meson/Makefile b/tools/meson/Makefile
index f957bfb49f..23bb393a59 100644
--- a/tools/meson/Makefile
+++ b/tools/meson/Makefile
@@ -1,12 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=meson
-PKG_VERSION:=1.1.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.2.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION)
-PKG_HASH:=d04b541f97ca439fb82fab7d0d480988be4bd4e62563a5ca35fadb5400727b1c
+PKG_HASH:=b1db3a153087549497ee52b1c938d2134e0338214fe14f7efd16fecd57b639f5
 
 PKG_MAINTAINER:=Andre Heider <a.heider at gmail.com>
 PKG_LICENSE:=Apache-2.0




More information about the lede-commits mailing list