diff options
-rw-r--r-- | development/meson/meson.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/meson/meson.SlackBuild b/development/meson/meson.SlackBuild index d37bbd4064..79b6a73eb6 100644 --- a/development/meson/meson.SlackBuild +++ b/development/meson/meson.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for meson -# Copyright 2017-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2017-2020 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.52.0} +VERSION=${VERSION:-0.52.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |