- Upgrade to 0.5.4.

This commit is contained in:
Jun Kuriyama 2010-09-04 06:01:53 +00:00
parent 66ec9699e9
commit 7ad1e56689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260519
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= msgpack
PORTVERSION= 0.5.2
PORTVERSION= 0.5.4
CATEGORIES= devel
MASTER_SITES= SOURCEFORGE
MASTER_SITE_SUBDIR= msgpack/msgpack/cpp

View file

@ -1,3 +1,3 @@
MD5 (msgpack-0.5.2.tar.gz) = bb796446d4c24170a14bad0594c70786
SHA256 (msgpack-0.5.2.tar.gz) = c8e173eb87d9ccfab9f25d7de1690ab2216ed2b4b144b020d45646fae57db4f3
SIZE (msgpack-0.5.2.tar.gz) = 386181
MD5 (msgpack-0.5.4.tar.gz) = 18d96a3178f7cad73c0ca44f6284ae7d
SHA256 (msgpack-0.5.4.tar.gz) = 97a371ef950c89f48e8dba6abeccab07f1887e9ba6dab921de0f985c7d5075fe
SIZE (msgpack-0.5.4.tar.gz) = 387913

View file

@ -13,6 +13,7 @@ include/msgpack/type.hpp
include/msgpack/type/bool.hpp
include/msgpack/type/define.hpp
include/msgpack/type/deque.hpp
include/msgpack/type/fixint.hpp
include/msgpack/type/float.hpp
include/msgpack/type/int.hpp
include/msgpack/type/list.hpp