Browse Source
libraries/msgpack-c: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/82/head
Benjamin Trigona-Harany
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
libraries/msgpack-c/msgpack-c.SlackBuild
-
libraries/msgpack-c/msgpack-c.info
|
|
@ -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} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="msgpack-c" |
|
|
|
VERSION="3.2.1" |
|
|
|
VERSION="3.3.0" |
|
|
|
HOMEPAGE="https://github.com/msgpack/msgpack-c" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.2.1/msgpack-3.2.1.tar.gz" |
|
|
|
MD5SUM="ef10c80885c4f5e4baf8d37113629eae" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.3.0/msgpack-3.3.0.tar.gz" |
|
|
|
MD5SUM="e676575d52caae974e579c3d5f0ba6a2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|