We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3442229 commit 6da89ccCopy full SHA for 6da89cc
recipe/meta.yaml
@@ -1,12 +1,11 @@
1
-{% set name = "google-cloud-cpp" %}
2
{% set version = "2.4.0" %}
3
4
package:
5
- name: {{ name|lower }}-split
+ name: google-cloud-cpp-split
6
version: {{ version }}
7
8
source:
9
- url: https://github.com/googleapis/{{ name }}/archive/v{{ version }}.tar.gz
+ url: https://github.com/googleapis/google-cloud-cpp/archive/v{{ version }}.tar.gz
10
sha256: 245e198e29c4ec19734cc99ef631daaefbdb874307fc3743e22514ee8bcb36c4
11
patches:
12
# don't try to build the protobuf-heavy googleapis as shared on win
0 commit comments