mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
updater-protobuf-33.1 — protobuf: 32.1 → 33.1 (#13575)
* Add unbuilt protobuf to updater-protobuf-33.1 * updater-protobuf-33.1: Package File Update Run on linux/386 container. * updater-protobuf-33.1: Package File Update Run on linux/amd64 container. * updater-protobuf-33.1: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0b3d390890
commit
5f207882c6
@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
|
||||
class Protobuf < CMake
|
||||
description 'Protocol Buffers - Googles data interchange format'
|
||||
homepage 'https://protobuf.dev'
|
||||
version '32.1'
|
||||
version '33.1'
|
||||
license 'BSD'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/protocolbuffers/protobuf.git'
|
||||
@@ -14,10 +14,10 @@ class Protobuf < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '33613d218365885a7b9fd6498b910cd24559261a59338c315811f9d161b0010b',
|
||||
armv7l: '33613d218365885a7b9fd6498b910cd24559261a59338c315811f9d161b0010b',
|
||||
i686: '6b6e79e0c4e8139a11217692f5c25869a3b0fe0701bea95588ac03fa0ac89802',
|
||||
x86_64: 'f25fae277e4005a617fc89f37054d1afc4a1ed5733d5f02657807d3a62b80bf4'
|
||||
aarch64: 'bcc2fc07c4f7059edd91e0817ff9cee1a8edebf6034a5b1166eb78321cb4856c',
|
||||
armv7l: 'bcc2fc07c4f7059edd91e0817ff9cee1a8edebf6034a5b1166eb78321cb4856c',
|
||||
i686: '969a8b35b98f73310a463e729618960f6c4f2b53df6e7fed945211622274858b',
|
||||
x86_64: 'e652c83908d62b178bba5d7803ee14d8adc4c3a3cb2abc7794fcfac8d256af30'
|
||||
})
|
||||
|
||||
depends_on 'abseil_cpp' # R
|
||||
|
||||
Reference in New Issue
Block a user