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 | |
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')
-rw-r--r-- | libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/msgpack-c-cpp/msgpack-c-cpp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild index 8ce326824e7d..e26f4c46e87e 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} diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.info b/libraries/msgpack-c-cpp/msgpack-c-cpp.info index f50de3ee6804..aed8f3614866 100644 --- a/libraries/msgpack-c-cpp/msgpack-c-cpp.info +++ b/libraries/msgpack-c-cpp/msgpack-c-cpp.info @@ -1,8 +1,8 @@ PRGNAM="msgpack-c-cpp" -VERSION="6.1.0" +VERSION="6.1.1" HOMEPAGE="https://github.com/msgpack/msgpack-c" -DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/cpp-6.1.0/msgpack-c-cpp-6.1.0.tar.gz" -MD5SUM="42cce30906229fc124bac04c502f1241" +DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/cpp-6.1.1/msgpack-c-cpp-6.1.1.tar.gz" +MD5SUM="a0398798d8b9733bd5cd87a6d2f0b05f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |