Skip to content

Commit 8a23260

Browse files
committed
depends: protobuf: update to 28.3
1 parent e50a764 commit 8a23260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/depends/packages/native_protobuf.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_protobuf
2-
$(package)_version=28.2
2+
$(package)_version=28.3
33
$(package)_download_path=https://github.com/protocolbuffers/protobuf/releases/download/v$($(package)_version)
44
$(package)_file_name=protobuf-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db
5+
$(package)_sha256_hash=7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a
66
$(package)_dependencies=native_abseil
77

88
define $(package)_set_vars
@@ -14,7 +14,7 @@ define $(package)_set_vars
1414
endef
1515

1616
define $(package)_preprocess_cmds
17-
rm -rf docs php/src/GPBMetadata compatibility objectivec/Tests csharp/keys php/tests src/google/protobuf/testdata csharp/src/Google.Protobuf.Test
17+
rm -rf examples docs php/src/GPBMetadata compatibility objectivec/Tests csharp/keys php/tests src/google/protobuf/testdata csharp/src/Google.Protobuf.Test
1818
endef
1919

2020
define $(package)_config_cmds

0 commit comments

Comments
 (0)