diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-29 08:03:08 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-07 04:22:40 +0100 |
commit | da95084d3478226bede2aed04e21f47525b7e0ad (patch) | |
tree | aefb0571eb5fcb31d89d2c71a2f4e5034119c0a4 /tools | |
parent | f94b67d893dd6ab388c7a13215b512335b2f86fb (diff) | |
download | upstream-da95084d3478226bede2aed04e21f47525b7e0ad.tar.gz upstream-da95084d3478226bede2aed04e21f47525b7e0ad.tar.bz2 upstream-da95084d3478226bede2aed04e21f47525b7e0ad.zip |
tools/meson: update to 0.63.1
Release Notes:
- 0.62.0 https://mesonbuild.com/Release-notes-for-0-62-0.html
- 0.63.0 https://mesonbuild.com/Release-notes-for-0-63-0.html
- (other notes are not available)
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/meson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/meson/Makefile b/tools/meson/Makefile index d53ed897a3..13dcb11455 100644 --- a/tools/meson/Makefile +++ b/tools/meson/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meson -PKG_VERSION:=0.61.5 +PKG_VERSION:=0.63.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION) -PKG_HASH:=5e9a0d65c1a51936362b9686d1c5e9e184a6fd245d57e7269750ce50c20f5d9a +PKG_HASH:=06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9 PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com> PKG_LICENSE:=Apache-2.0 |