From fb6860184c473fbf486d8a2f5a93e8ecdc167f4d Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Sat, 23 Dec 2017 11:15:16 -0200 Subject: [PATCH] update to 3.5.1 --- recipe/meta.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index da92a05..2bbc8df 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 }} @@ -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]