- Upgrade to 0.4.1.

This commit is contained in:
Jun Kuriyama 2010-05-29 11:37:11 +00:00
parent 81c690f5e5
commit d8908d9dcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255266
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= msgpack
PORTVERSION= 0.3.2
PORTVERSION= 0.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
MD5 (rubygem/msgpack-0.3.2.gem) = 2cb632f128ba4f8131cdcf03ecadd893
SHA256 (rubygem/msgpack-0.3.2.gem) = b69a15d67f07782e9112fbd6fe9372e5b3f0d21d58ea7f0e72d2f8943f76bd09
SIZE (rubygem/msgpack-0.3.2.gem) = 14848
MD5 (rubygem/msgpack-0.4.1.gem) = f44d4adb4ca7c87b0a562f3d15f3a0e9
SHA256 (rubygem/msgpack-0.4.1.gem) = b3d0f3736be6758a9736b872d6c7159acce15ab7fdb1e8335b30299170d0ff06
SIZE (rubygem/msgpack-0.4.1.gem) = 17408

View File

@ -2,4 +2,4 @@ MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.
WWW: http://msgpack.sourceforge.jp/
WWW: http://msgpack.sourceforge.net/