devel/rubygem-google-protobuf: Update to 3.21.12
- Update WWW and clean up pkg-descr Changes: https://github.com/protocolbuffers/protobuf/releases
This commit is contained in:
parent
c25f345013
commit
1be7d84187
3 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
|||
PORTNAME= google-protobuf
|
||||
PORTVERSION= 3.22.2
|
||||
PORTVERSION= 3.22.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby extension to Google Protocol Buffers
|
||||
WWW= https://developers.google.com/protocol-buffers/
|
||||
WWW= https://developers.google.com/protocol-buffers/ \
|
||||
https://github.com/protocolbuffers/protobuf \
|
||||
https://github.com/protocolbuffers/protobuf/tree/main/ruby
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1681107853
|
||||
SHA256 (rubygem/google-protobuf-3.22.2.gem) = d516c13248500fb4e1af469c2d71e8b6ecffacb6f55e9be203f01b7d0ff01eff
|
||||
SIZE (rubygem/google-protobuf-3.22.2.gem) = 209920
|
||||
TIMESTAMP = 1681843934
|
||||
SHA256 (rubygem/google-protobuf-3.22.3.gem) = 09db2a54fcdf2c8ec04d2c10b2818fd6ee0990578317b42e839811f2fd288ff5
|
||||
SIZE (rubygem/google-protobuf-3.22.3.gem) = 209920
|
||||
|
|
|
@ -4,5 +4,3 @@ types in a Ruby DSL. You may write definitions in this DSL directly, but we
|
|||
recommend using protoc's Ruby generation support with .proto files. The build
|
||||
process in this directory only installs the extension; you need to install
|
||||
protoc as well to have Ruby code generation functionality.
|
||||
|
||||
See also: https://github.com/google/protobuf/tree/master/ruby
|
||||
|
|
Loading…
Reference in a new issue