Browse Source
libraries/msgpack-c: Updated for version 3.1.0.
pull/47/head
Benjamin Trigona-Harany
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
libraries/msgpack-c/msgpack-c.SlackBuild
-
libraries/msgpack-c/msgpack-c.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
|
|
|
SRCNAM=msgpack |
|
|
|
PRGNAM=$SRCNAM-c |
|
|
|
VERSION=${VERSION:-3.0.1} |
|
|
|
VERSION=${VERSION:-3.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="msgpack-c" |
|
|
|
VERSION="3.0.1" |
|
|
|
VERSION="3.1.0" |
|
|
|
HOMEPAGE="https://github.com/msgpack/msgpack-c" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.0.1/msgpack-3.0.1.tar.gz" |
|
|
|
MD5SUM="d933875f5d30dd6756c214d7dcb05fac" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.1.0/msgpack-3.1.0.tar.gz" |
|
|
|
MD5SUM="57bdba5ae83831c7c04aad39e479b225" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|