summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-27 17:01:03 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-27 17:01:03 +0000
commitfaf62162e88506bacc57fabf70a796ff345470a9 (patch)
tree639bb1b7a06d5b840fb72f213ce4a707800ed632
parent4b78a8b793400941d32854a18f9f9dcc6bab91a5 (diff)
downloadasb-faf62162e88506bacc57fabf70a796ff345470a9.tar.gz
asb-faf62162e88506bacc57fabf70a796ff345470a9.tar.xz
meson: update to 0.50.1
-rwxr-xr-xmeson/build/meson.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson/build/meson.SlackBuild b/meson/build/meson.SlackBuild
index 0aab341a..0b5df24b 100755
--- a/meson/build/meson.SlackBuild
+++ b/meson/build/meson.SlackBuild
@@ -33,6 +33,8 @@
# Changelog:
# 0.49.0-1: 11/Jan/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.50.1-1: 27/may/2019 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 .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=meson
-VERSION=${VERSION:-0.49.0}
+VERSION=${VERSION:-0.50.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
TAG=${TAG:-alien}