msgpack: update to 4.0.0.

This commit is contained in:
Duncaen 2022-06-30 20:48:36 +02:00
parent 3d0e59d433
commit 23212af83b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 11 additions and 12 deletions

View file

@ -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"

View file

@ -1 +1 @@
pkgname=cpp
pkgname=c