mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/{python-}protobuf: bump to version 29.3
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
3c17ddc281
commit
c04f4b27c6
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
|
||||
sha256 3b8bf6e96499a744bd014c60b58f797715a758093abf859f1d902194b8e1f8c9 protobuf-28.1.tar.gz
|
||||
sha256 008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e protobuf-29.3.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# When bumping this package, make sure to also verify if the
|
||||
# python-protobuf package still works and to update its hash,
|
||||
# as they share the same version/site variables.
|
||||
PROTOBUF_VERSION = 28.1
|
||||
PROTOBUF_VERSION = 29.3
|
||||
PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
|
||||
PROTOBUF_LICENSE = BSD-3-Clause
|
||||
PROTOBUF_LICENSE_FILES = LICENSE
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/protobuf/json
|
||||
md5 44b076f3564d3561067bcc2c455e008a protobuf-5.28.1.tar.gz
|
||||
sha256 42597e938f83bb7f3e4b35f03aa45208d49ae8d5bcb4bc10b9fc825e0ab5e423 protobuf-5.28.1.tar.gz
|
||||
md5 26ee22a630b0dbfce4de03adc5600fbc protobuf-5.29.3.tar.gz
|
||||
sha256 5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620 protobuf-5.29.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
|
||||
PYTHON_PROTOBUF_SOURCE = protobuf-5.$(PYTHON_PROTOBUF_VERSION).tar.gz
|
||||
PYTHON_PROTOBUF_SITE = https://files.pythonhosted.org/packages/3c/0b/7a997c8939f698d72bdea14d57116e43d3051fffb3b2964c30938c4a08e6
|
||||
PYTHON_PROTOBUF_SITE = https://files.pythonhosted.org/packages/f7/d1/e0a911544ca9993e0f17ce6d3cc0932752356c1b0a834397f28e63479344
|
||||
PYTHON_PROTOBUF_LICENSE = BSD-3-Clause
|
||||
PYTHON_PROTOBUF_LICENSE_FILES = LICENSE
|
||||
PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
|
||||
|
||||
Reference in New Issue
Block a user