mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/msgpack-c: Updated for version 2.1.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
e41a9eb991
commit
c720e1aa56
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=msgpack
|
||||
PRGNAM=msgpack-c
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="msgpack-c"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.1.2"
|
||||
HOMEPAGE="https://github.com/msgpack/msgpack-c"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.1/msgpack-2.1.1.tar.gz"
|
||||
MD5SUM="197f84cac9efb1dbad6d909ccb498035"
|
||||
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-2.1.2/msgpack-2.1.2.tar.gz"
|
||||
MD5SUM="82810e61664e5a680a11343dcf64ab83"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue