Skip to content

Commit

Permalink
Merge pull request #14 from AnacondaRecipes/protobuf-3.20.1
Browse files Browse the repository at this point in the history
Update protobuf to version 3.20.1
  • Loading branch information
tobijk authored May 13, 2022
2 parents 7b1139b + 72609b6 commit 6bca01b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{% set version = "3.19.1" %}
{% set version = "3.20.1" %}

package:
name: protobuf
version: {{ version }}

source:
url: https://github.com/protocolbuffers/protobuf/archive/v{{ version }}/protobuf-v{{ version }}.tar.gz
sha256: 87407cd28e7a9c95d9f61a098a53cf031109d451a7763e7dd1253abf8b4df422
sha256: 8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930

build:
number: 0
skip: True # [py<35 or win32]
skip: True # [win32]
missing_dso_whitelist: # [s390x]
- $RPATH/ld64.so.1 # [s390x]

requirements:
build:
- python # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- libprotobuf {{ version }} # [build_platform != target_platform]
host:
- python
- pip
Expand Down

0 comments on commit 6bca01b

Please sign in to comment.