diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-02-24 20:41:07 -0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-26 13:44:14 +0100 |
commit | 628970a1959c0a0fbc0c3deb3d92945af63c2ddc (patch) | |
tree | ac1d02739a9524ec0a7cf9a91f83de868df63f3a /tools/meson/Makefile | |
parent | 104e912c27d40f336574c1dee7703b4f4a2a576f (diff) | |
download | upstream-628970a1959c0a0fbc0c3deb3d92945af63c2ddc.tar.gz upstream-628970a1959c0a0fbc0c3deb3d92945af63c2ddc.tar.bz2 upstream-628970a1959c0a0fbc0c3deb3d92945af63c2ddc.zip |
tools/meson: update to 0.61.2
Seems to be minor bugfixes with Cygwin and Windows.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/meson/Makefile')
-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 0d69593d56..cd5af31cff 100644 --- a/tools/meson/Makefile +++ b/tools/meson/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meson -PKG_VERSION:=0.61.1 +PKG_VERSION:=0.61.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/mesonbuild/meson/releases/download/$(PKG_VERSION) -PKG_HASH:=feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c +PKG_HASH:=0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889 PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com> PKG_LICENSE:=Apache-2.0 |