msgpack: update to 3.1.0.

This commit is contained in:
maxice8 2018-08-21 12:05:01 -03:00
parent 77846b5eff
commit c6b0b0ca98
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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