comparison src/build-meson.mk @ 7145:82418632646d

* src/build-meson.mk: update to version 1.4.0
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 29 Mar 2024 14:28:58 +0100
parents 68202902c888
children
comparison
equal deleted inserted replaced
7144:8a3138ab3c9b 7145:82418632646d
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-meson 4 PKG := build-meson
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.2 6 $(PKG)_VERSION := 1.4.0
7 $(PKG)_CHECKSUM := 93f44be8b00b7a9cb57973e271e6cbf6fff5c098 7 $(PKG)_CHECKSUM := bad61900278992772bc0ffeb6e8daa0c96dac3ae
8 $(PKG)_SUBDIR := meson-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := meson-$($(PKG)_VERSION)
9 $(PKG)_FILE := meson-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := meson-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/mesonbuild/meson/archive/$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/mesonbuild/meson/archive/$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := build-python 11 $(PKG)_DEPS := build-python
12 12