diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-06-22 20:30:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:40 +0700 |
commit | 150dd669ed64c49cbe5c2f66567fff1507970174 (patch) | |
tree | ec0b9d248e34f62f5a120eedc06ddc02fe1d6927 /libraries/msgpack-c/msgpack-c.SlackBuild | |
parent | 33529e725ce880caaa04d3faef3e447e298b9f80 (diff) |
libraries/msgpack-c: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c/msgpack-c.SlackBuild')
-rw-r--r-- | libraries/msgpack-c/msgpack-c.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild index c2cf26e5c63b0..7685b356bac94 100644 --- a/libraries/msgpack-c/msgpack-c.SlackBuild +++ b/libraries/msgpack-c/msgpack-c.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for msgpack-c -# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=msgpack-c -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |