Update grpc to 1.81.0

This commit is contained in:
rsadowski
2026-06-04 11:29:07 +00:00
parent d671e563fb
commit acb08645c8
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
COMMENT = RPCs from Ruby using gRPC
DISTNAME = grpc-1.80.0
VERSION = 1.81.0
DISTNAME = grpc-${VERSION}
CATEGORIES = net devel
HOMEPAGE = https://grpc.io/
@@ -22,7 +23,7 @@ BUILD_DEPENDS = \
net/ruby-googleapis-common-protos-types,${MODRUBY_FLAVOR} \
devel/ruby-google-protobuf,${MODRUBY_FLAVOR}
LIB_DEPENDS = net/grpc>=1.80.0
LIB_DEPENDS = net/grpc>=${VERSION}
CONFIGURE_STYLE = ruby gem ext
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (grpc-1.80.0.gem) = Le0Mi8Oh89NLjHkOAN0BIHaLoOn5/YQeHcZ/eiVm0H0=
SIZE (grpc-1.80.0.gem) = 7432192
SHA256 (grpc-1.81.0.gem) = iSxX5azLDaCo7AIQUo6HoWhnQRfXn6SAz4J0adLTQvE=
SIZE (grpc-1.81.0.gem) = 7434240
@@ -32,7 +32,7 @@ Index: src/ruby/ext/grpc/extconf.rb
def have_ruby_abi_version()
return true if RUBY_ENGINE == 'truffleruby'
# ruby_abi_version is only available in development versions: https://github.com/ruby/ruby/pull/6231
@@ -179,13 +160,12 @@ def ext_export_filename()
@@ -165,13 +146,12 @@ def ext_export_filename()
end
ext_export_file = File.join(grpc_root, 'src', 'ruby', 'ext', 'grpc', ext_export_filename())