mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'msgpack'
|
||||||
pkgname=msgpack
|
pkgname=msgpack
|
||||||
version=3.3.0
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="msgpack-c-cpp-${version}"
|
wrksrc="msgpack-c-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="zlib-devel"
|
checkdepends="gtest-devel zlib-devel"
|
||||||
checkdepends="gtest-devel"
|
short_desc="Binary-based efficient object serialization library for C"
|
||||||
short_desc="Binary-based efficient object serialization library"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
license="BSL-1.0"
|
||||||
license="Apache-2.0"
|
homepage="https://github.com/msgpack/msgpack-c/tree/c_master"
|
||||||
homepage="https://msgpack.org/"
|
changelog="https://github.com/msgpack/msgpack-c/raw/c_master/CHANGELOG.md"
|
||||||
changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/master/CHANGELOG.md"
|
distfiles="https://github.com/msgpack/msgpack-c/releases/download/c-${version}/msgpack-c-${version}.tar.gz"
|
||||||
distfiles="https://github.com/msgpack/msgpack-c/archive/cpp-${version}.tar.gz"
|
checksum=420fe35e7572f2a168d17e660ef981a589c9cbe77faa25eb34a520e1fcc032c8
|
||||||
checksum=754c3ace499a63e45b77ef4bcab4ee602c2c414f58403bce826b76ffc2f77d0b
|
|
||||||
|
|
||||||
msgpack-devel_package() {
|
msgpack-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pkgname=cpp
|
pkgname=c
|
||||||
|
|
Loading…
Add table
Reference in a new issue