www/rubygem-async-http: Update to 0.61.0
Changes: https://github.com/socketry/async-http/releases https://github.com/socketry/async-http/commits/main
This commit is contained in:
parent
8f7245c2a6
commit
bcf1a868c8
3 changed files with 6 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= async-http
|
||||
PORTVERSION= 0.60.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.61.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -13,8 +12,8 @@ LICENSE= MIT
|
|||
RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async \
|
||||
rubygem-async-io>=1.28:devel/rubygem-async-io \
|
||||
rubygem-async-pool>=0.2:www/rubygem-async-pool \
|
||||
rubygem-protocol-http>=0.24.0:www/rubygem-protocol-http \
|
||||
rubygem-protocol-http1>=0.15.0<0.16:www/rubygem-protocol-http1 \
|
||||
rubygem-protocol-http>=0.25.0:www/rubygem-protocol-http \
|
||||
rubygem-protocol-http1>=0.16.0<0.17:www/rubygem-protocol-http1 \
|
||||
rubygem-protocol-http2>=0.15.0<0.16:www/rubygem-protocol-http2 \
|
||||
rubygem-traces>=0.10.0:devel/rubygem-traces
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688167152
|
||||
SHA256 (rubygem/async-http-0.60.2.gem) = 55fca862478c9925e4d6f938dce2393c0f9b721da38f8ecb54927b3e4ae0445f
|
||||
SIZE (rubygem/async-http-0.60.2.gem) = 33792
|
||||
TIMESTAMP = 1698341287
|
||||
SHA256 (rubygem/async-http-0.61.0.gem) = 5ea6fd91d491e4e5a87191ad9255aad0626f9ac38c4ca7a583967d5cdbe40d65
|
||||
SIZE (rubygem/async-http-0.61.0.gem) = 33792
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- async-http.gemspec.orig 2023-09-19 19:44:04 UTC
|
||||
+++ async-http.gemspec
|
||||
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
||||
s.add_runtime_dependency(%q<async>.freeze, [">= 1.25"])
|
||||
s.add_runtime_dependency(%q<async-io>.freeze, [">= 1.28"])
|
||||
s.add_runtime_dependency(%q<async-pool>.freeze, [">= 0.2"])
|
||||
- s.add_runtime_dependency(%q<protocol-http>.freeze, ["~> 0.24.0"])
|
||||
+ s.add_runtime_dependency(%q<protocol-http>.freeze, [">= 0.24.0"])
|
||||
s.add_runtime_dependency(%q<protocol-http1>.freeze, ["~> 0.15.0"])
|
||||
s.add_runtime_dependency(%q<protocol-http2>.freeze, ["~> 0.15.0"])
|
||||
s.add_runtime_dependency(%q<traces>.freeze, [">= 0.10.0"])
|
Loading…
Reference in a new issue