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' # 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"

View file

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