depends: update protobuf to 3.20.3

This commit is contained in:
tobtoht 2023-05-24 14:14:44 +02:00
parent 10a3cbb618
commit 5f3ceb5396
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -1,8 +1,8 @@
package=native_protobuf
$(package)_version=3.6.1
$(package)_download_path=https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/
$(package)_file_name=protobuf-cpp-3.6.1.tar.gz
$(package)_sha256_hash=b3732e471a9bb7950f090fd0457ebd2536a9ba0891b7f3785919c654fe2a2529
$(package)_version=3.20.3
$(package)_download_path=https://github.com/protocolbuffers/protobuf/releases/download/v$($(package)_version)/
$(package)_file_name=protobuf-cpp-$($(package)_version).tar.gz
$(package)_sha256_hash=e51cc8fc496f893e2a48beb417730ab6cbcb251142ad8b2cd1951faa5c76fe3d
$(package)_cxxflags=-std=c++11
define $(package)_set_vars