diff options
author | taca <taca> | 2017-06-05 14:48:30 +0000 |
---|---|---|
committer | taca <taca> | 2017-06-05 14:48:30 +0000 |
commit | e82459f3b7188bb4afdc558b6181a89a926fa07b (patch) | |
tree | 12719b85779c5c3e2a5fbac54260c2e38a38e2b8 /net | |
parent | a9f591bd84c8a37021f0753a242b86ff570b8bef (diff) | |
download | pkgsrc-e82459f3b7188bb4afdc558b6181a89a926fa07b.tar.gz |
Update ruby-amq-protocol to 2.2.0.
## Changes between 2.1.0 and 2.2.0 (unreleased)
### Timestamps are Encoded as 64-bit Unsigned Integers
This is a potentially **breaking change**. It is recommended that
all applications that use this gem and pass date/time values in message
properties or headers are upgraded at the same time.
GitHub issue: [#64](https://github.com/ruby-amqp/amq-protocol/issues/64).
Contributed by Carl Hoerberg.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-amq-protocol/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-amq-protocol/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/ruby-amq-protocol/Makefile b/net/ruby-amq-protocol/Makefile index 747b4fab858..1ef184890f4 100644 --- a/net/ruby-amq-protocol/Makefile +++ b/net/ruby-amq-protocol/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2017/03/20 14:31:33 taca Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/05 14:48:30 taca Exp $ -DISTNAME= amq-protocol-2.1.0 +DISTNAME= amq-protocol-2.2.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-amq-protocol/distinfo b/net/ruby-amq-protocol/distinfo index b7a41a87e0b..1cc80a3ecf2 100644 --- a/net/ruby-amq-protocol/distinfo +++ b/net/ruby-amq-protocol/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2017/03/20 14:31:33 taca Exp $ +$NetBSD: distinfo,v 1.13 2017/06/05 14:48:30 taca Exp $ -SHA1 (amq-protocol-2.1.0.gem) = 3e99fc4ae7f9c4b18251be438adb9751f46a0861 -RMD160 (amq-protocol-2.1.0.gem) = 2260d38e749b15cede71780b814bf9665cb69a0c -SHA512 (amq-protocol-2.1.0.gem) = 3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133 -Size (amq-protocol-2.1.0.gem) = 43520 bytes +SHA1 (amq-protocol-2.2.0.gem) = f7de202be8329aec9bc59217c58d612922a51a47 +RMD160 (amq-protocol-2.2.0.gem) = 0d7ea1c196f53417790d21d838943758194dd333 +SHA512 (amq-protocol-2.2.0.gem) = 8637e7c1b2540edd57d9d06f5cf51430ff2ed4cd603e3b8a9f9c48dce2468452a4d365782ba949b7e007d773febe83c1a22bca2dafb21c24b3c8f655eb53e5b4 +Size (amq-protocol-2.2.0.gem) = 43520 bytes |