development/meson: Updated for version 0.42.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2017-08-28 11:08:24 +01:00 committed by David Spencer
parent ad3b27f9a4
commit d9b018387c
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=meson
VERSION=${VERSION:-0.41.2}
VERSION=${VERSION:-0.42.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="meson"
VERSION="0.41.2"
VERSION="0.42.0"
HOMEPAGE="http://mesonbuild.com"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.41.2/meson-0.41.2.tar.gz"
MD5SUM="40656d98a46d4890f7c3ae97b50aa189"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.42.0/meson-0.42.0.tar.gz"
MD5SUM="b2518db2c56348f17a65d5edb04e0c60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 ninja"