msgpack: update to 4.0.0.
This commit is contained in:
parent
3d0e59d433
commit
23212af83b
2 changed files with 11 additions and 12 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'msgpack'
|
||||
pkgname=msgpack
|
||||
version=3.3.0
|
||||
version=4.0.0
|
||||
revision=1
|
||||
wrksrc="msgpack-c-cpp-${version}"
|
||||
wrksrc="msgpack-c-${version}"
|
||||
build_style=cmake
|
||||
makedepends="zlib-devel"
|
||||
checkdepends="gtest-devel"
|
||||
short_desc="Binary-based efficient object serialization library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://msgpack.org/"
|
||||
changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/msgpack/msgpack-c/archive/cpp-${version}.tar.gz"
|
||||
checksum=754c3ace499a63e45b77ef4bcab4ee602c2c414f58403bce826b76ffc2f77d0b
|
||||
checkdepends="gtest-devel zlib-devel"
|
||||
short_desc="Binary-based efficient object serialization library for C"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://github.com/msgpack/msgpack-c/tree/c_master"
|
||||
changelog="https://github.com/msgpack/msgpack-c/raw/c_master/CHANGELOG.md"
|
||||
distfiles="https://github.com/msgpack/msgpack-c/releases/download/c-${version}/msgpack-c-${version}.tar.gz"
|
||||
checksum=420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8
|
||||
|
||||
msgpack-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1 +1 @@
|
|||
pkgname=cpp
|
||||
pkgname=c
|
||||
|
|
Loading…
Add table
Reference in a new issue