diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-17 21:51:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-19 21:30:47 +0700 |
commit | 157eb230ab59ecf4e2f9b22af17caf99514ebf06 (patch) | |
tree | bf8edabd8a1a10623db629ded4f337ff9168ebc2 /libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | |
parent | 0b2ca3ae6383414b595e26b8f53b0c3e9ed7e438 (diff) |
libraries/msgpack-c-cpp: Updated for version 6.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild')
-rw-r--r-- | libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild index 8ce326824e..e26f4c46e8 100644 --- a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild +++ b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=msgpack-c-cpp -VERSION=${VERSION:-6.1.0} +VERSION=${VERSION:-6.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |