development/meson: Update to 0.52.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2019-12-30 02:59:02 -07:00 committed by Willy Sudiarto Raharjo
parent c864622b53
commit 66b208ca41
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for meson
# Copyright 2017-2018 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2017-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=meson
VERSION=${VERSION:-0.51.0}
VERSION=${VERSION:-0.52.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="meson"
VERSION="0.51.0"
VERSION="0.52.1"
HOMEPAGE="http://mesonbuild.com"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.51.0/meson-0.51.0.tar.gz"
MD5SUM="a091995861e0bc23e3c856b0c8d1ef90"
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz"
MD5SUM="a5f0c99567d772508f649a28ded7f8ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 ninja"