summaryrefslogtreecommitdiffstats
path: root/meson/build/meson.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-28 18:54:01 +0000
committer Eric Hameleers <alien@slackware.com>2020-04-28 18:54:01 +0000
commit0e52b61a69d5ffb3dab3c96cb560ba7e219937b7 (patch)
tree1c93f1077c13df3864b6f6a27668c49209f768f8 /meson/build/meson.SlackBuild
parent23ac333b1c89c43b54426bdc2376836fd371740e (diff)
downloadasb-0e52b61a69d5ffb3dab3c96cb560ba7e219937b7.tar.gz
asb-0e52b61a69d5ffb3dab3c96cb560ba7e219937b7.tar.xz
meson: update to 0.54.1
Diffstat (limited to 'meson/build/meson.SlackBuild')
-rwxr-xr-xmeson/build/meson.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/meson/build/meson.SlackBuild b/meson/build/meson.SlackBuild
index 0b5df24b..0bfc427c 100755
--- a/meson/build/meson.SlackBuild
+++ b/meson/build/meson.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,8 @@
# * Initial build.
# 0.50.1-1: 27/may/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 0.54.1-1: 28/apr/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh meson.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -43,7 +45,7 @@
# -----------------------------------------------------------------------------
PRGNAM=meson
-VERSION=${VERSION:-0.50.1}
+VERSION=${VERSION:-0.54.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
TAG=${TAG:-alien}