msgpack: update to 3.1.0.
This commit is contained in:
parent
77846b5eff
commit
c6b0b0ca98
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'msgpack'
|
||||
pkgname=msgpack
|
||||
version=3.0.1
|
||||
version=3.1.0
|
||||
revision=1
|
||||
wrksrc="msgpack-${version}"
|
||||
wrksrc="msgpack-c-cpp-${version}"
|
||||
build_style=cmake
|
||||
makedepends="zlib-devel"
|
||||
checkdepends="gtest-devel"
|
||||
|
@ -10,9 +10,9 @@ short_desc="Binary-based efficient object serialization library"
|
|||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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/releases/download/cpp-${version}/msgpack-${version}.tar.gz"
|
||||
checksum=9859d44d336f9b023a79a3026bb6a558b2ea346107ab4eadba58236048650690
|
||||
changelog="https://raw.githubusercontent.com/msgpack/msgpack-c/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/msgpack/msgpack-c/archive/cpp-${version}.tar.gz"
|
||||
checksum=6d451d2ad6ffcd5073f56765a3a96a103a92cb148ab49f2f2e5d8db3d6676a54
|
||||
|
||||
msgpack-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue
Block a user