|
@@ -5,9 +5,9 @@
|
|
|
################################################################################
|
|
|
|
|
|
# When bumping this package, make sure to also verify if the
|
|
|
-# python-protobuf package still works, as they share the same
|
|
|
-# version/site variables.
|
|
|
-PROTOBUF_VERSION = 3.12.4
|
|
|
+# python-protobuf package still works and to update its hash,
|
|
|
+# as they share the same version/site variables.
|
|
|
+PROTOBUF_VERSION = 3.13.0
|
|
|
PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz
|
|
|
PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
|
|
PROTOBUF_LICENSE = BSD-3-Clause
|