msgpack: update to 1.1.0
This commit is contained in:
parent
754116d14d
commit
b8f3051930
|
@ -1784,7 +1784,8 @@ libnetfilter_log.so.1 libnetfilter_log-1.0.1_1
|
|||
libnetfilter_log_libipulog.so.1 libnetfilter_log-1.0.1_1
|
||||
libnetfilter_acct.so.1 libnetfilter_acct-1.0.2_1
|
||||
libnetfilter_conntrack.so.3 libnetfilter_conntrack-1.0.4_1
|
||||
libmsgpack.so.3 msgpack-0.5.9_1
|
||||
libmsgpack.so.4 msgpack-1.1.0_1
|
||||
libmsgpackc.so.2 msgpack-1.1.0_1
|
||||
libewf.so.2 libewf-20140608_1
|
||||
libcupsfilters.so.1 libcups-filters-1.0.67_3
|
||||
libfontembed.so.1 libcups-filters-1.0.67_3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'msgpack'
|
||||
pkgname=msgpack
|
||||
version=0.5.9
|
||||
revision=2
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="msgpack-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="cmake"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://msgpack.org/"
|
||||
distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz"
|
||||
checksum=6139614b4142df3773d74e9d9a4dbb6dd0430103cfa7b083e723cde0ec1e7fdd
|
||||
checksum=a8d400e2f0cae811a150f564d95c7ad6f30a77ad4584303de06467234b73f345
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/INSTALL/s,msgpack.pc,build/msgpack.pc,g' CMakeLists.txt
|
||||
|
|
Loading…
Reference in New Issue