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'
|
||||
pkgname=msgpack
|
||||
version=1.4.2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
wrksrc="msgpack-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="cmake"
|
||||
build_style=cmake
|
||||
makedepends="zlib-devel"
|
||||
short_desc="An efficient binary serialization format"
|
||||
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=c0f1da8462ea44b23f89573eff04a1f329bcff6fd80eb0d4b976d7f19caf1fa2
|
||||
checksum=41de0989a3385061ab7307a1005655e780def6fc9c89af0ec942616aa787e136
|
||||
|
||||
msgpack-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue