Update to meson-0.56.2.

This commit is contained in:
ajacoutot 2021-01-16 08:45:02 +00:00
parent ea652bcb80
commit d9c9a964e7
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.85 2021/01/07 10:35:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.86 2021/01/16 08:45:02 ajacoutot Exp $
COMMENT= next-generation build system
MODPY_EGG_VERSION= ${GH_TAGNAME}
GH_ACCOUNT= mesonbuild
GH_PROJECT= meson
GH_TAGNAME= 0.56.1
GH_TAGNAME= 0.56.2
EPOCH= 0
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (meson-0.56.1.tar.gz) = 2zVFIxu4864xhqGg9J8KzSOXJK+ReBt4PoQ7gEAPEOw=
SIZE (meson-0.56.1.tar.gz) = 2371155
SHA256 (meson-0.56.2.tar.gz) = qq6WHDQTAzeJJI/+Z2JYnoC2z0h8M00LgI4xoyxI818=
SIZE (meson-0.56.2.tar.gz) = 2372296

View File

@ -1,6 +1,6 @@
# $OpenBSD: meson.port.mk,v 1.57 2021/01/07 10:35:42 ajacoutot Exp $
# $OpenBSD: meson.port.mk,v 1.58 2021/01/16 08:45:02 ajacoutot Exp $
BUILD_DEPENDS += devel/meson>=0.56.1v0
BUILD_DEPENDS += devel/meson>=0.56.2v0
SEPARATE_BUILD ?= Yes
.if empty(CONFIGURE_STYLE)