diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-15 10:10:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-15 10:17:16 +0000 |
commit | fb27f606fd8e4b6627a54797ce6e13a26cba9513 (patch) | |
tree | e8933ac2937ae5a15d033d4b1fce371f374c65ae | |
parent | 350311c0724df61145fc67b019af0bbba69be810 (diff) |
www/rubygem-protocol-http2: Update to 0.19.4
Changes: https://github.com/socketry/protocol-http2/releases
https://github.com/socketry/protocol-http2/commits/main
-rw-r--r-- | www/rubygem-protocol-http2/Makefile | 5 | ||||
-rw-r--r-- | www/rubygem-protocol-http2/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/rubygem-protocol-http2/Makefile b/www/rubygem-protocol-http2/Makefile index 904c6c187061..a6c17e879164 100644 --- a/www/rubygem-protocol-http2/Makefile +++ b/www/rubygem-protocol-http2/Makefile @@ -1,5 +1,5 @@ PORTNAME= protocol-http2 -PORTVERSION= 0.19.3 +PORTVERSION= 0.19.4 CATEGORIES= www rubygems MASTER_SITES= RG @@ -12,7 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.md RUN_DEPENDS= rubygem-protocol-hpack>=1.4<2:www/rubygem-protocol-hpack \ - rubygem-protocol-http>=0.18<1:www/rubygem-protocol-http + rubygem-protocol-http>=0.18<1:www/rubygem-protocol-http \ + rubygem-traces>=0:devel/rubygem-traces USES= gem diff --git a/www/rubygem-protocol-http2/distinfo b/www/rubygem-protocol-http2/distinfo index bf4673e46d33..e5f3b48172aa 100644 --- a/www/rubygem-protocol-http2/distinfo +++ b/www/rubygem-protocol-http2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632750 -SHA256 (rubygem/protocol-http2-0.19.3.gem) = b4b0ee973b69eb4c41d3ab190f59cfa89a1a775b4e04a2baee5859cdcb43efaf -SIZE (rubygem/protocol-http2-0.19.3.gem) = 29184 +TIMESTAMP = 1730724862 +SHA256 (rubygem/protocol-http2-0.19.4.gem) = ced48b134653ae7c13f72e74391a404b7e83fad66b9e71461b0b927b6720eb34 +SIZE (rubygem/protocol-http2-0.19.4.gem) = 29696 |