mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/meson: Updated for version 0.43.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d76adf26e8
commit
d55c3c9b97
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=meson
|
||||
VERSION=${VERSION:-0.42.1}
|
||||
VERSION=${VERSION:-0.43.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="meson"
|
||||
VERSION="0.42.1"
|
||||
VERSION="0.43.0"
|
||||
HOMEPAGE="http://mesonbuild.com"
|
||||
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.42.1/meson-0.42.1.tar.gz"
|
||||
MD5SUM="a8ff06ab5e138dec64cbfa249ff4f8bb"
|
||||
DOWNLOAD="https://github.com/mesonbuild/meson/releases/download/0.43.0/meson-0.43.0.tar.gz"
|
||||
MD5SUM="b0d389cc5937928c2f5114656dc5a99a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 ninja"
|
||||
|
|
Loading…
Reference in a new issue