mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/meson: Update to 0.52.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c864622b53
commit
66b208ca41
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue