diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-28 11:31:46 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-01 07:04:24 +0700 |
commit | d836baabb8ab7bc841af40e56ef8bf337e4f5109 (patch) | |
tree | d81b33126e5d3763ae7349f2612bed6c4df46a79 /libraries/msgpack-c/msgpack-c.SlackBuild | |
parent | 4c5048cd59b6ee046e926c1f307a1d58ac90981e (diff) |
libraries/msgpack-c: Updated for version 3.2.0.
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 57afd5d166ed6..92e33947cea17 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-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=msgpack PRGNAM=$SRCNAM-c -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |