msgpack: update to 2.0.0.
This commit is contained in:
parent
6ced7d8086
commit
d8c6d4d0fe
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'msgpack'
|
# Template file for 'msgpack'
|
||||||
pkgname=msgpack
|
pkgname=msgpack
|
||||||
version=1.4.2
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="msgpack-${version}"
|
wrksrc="msgpack-${version}"
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="An efficient binary serialization format"
|
short_desc="An efficient binary serialization format"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://msgpack.org/"
|
homepage="http://msgpack.org/"
|
||||||
distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz"
|
||||||
checksum=c0f1da8462ea44b23f89573eff04a1f329bcff6fd80eb0d4b976d7f19caf1fa2
|
checksum=41de0989a3385061ab7307a1005655e780def6fc9c89af0ec942616aa787e136
|
||||||
|
|
||||||
msgpack-devel_package() {
|
msgpack-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue