Skip to content

Commit

Permalink
update to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 23, 2017
1 parent 99555c4 commit fb68601
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "protobuf" %}
{% set version = "3.5.0" %}
{% set sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c" %}
{% set version = "3.5.1" %}
{% set sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f" %}

package:
name: {{ name }}
Expand All @@ -9,18 +9,9 @@ package:
source:
url: https://github.com/google/protobuf/archive/v{{ version }}/{{ name }}-v{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
#######################################################
# Apply patches for pre-C++11 compilers. #
# #
# xref: https://github.com/google/protobuf/pull/4074 #
# xref: https://github.com/google/protobuf/pull/4076 #
#######################################################
- PR_4074.patch
- PR_4076.patch

build:
number: 1
number: 0
features:
- vc9 # [win and py27]
- vc10 # [win and py34]
Expand Down

0 comments on commit fb68601

Please sign in to comment.