Skip to content

Commit 6da89cc

Browse files
committed
remove fake variable
1 parent 3442229 commit 6da89cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
{% set name = "google-cloud-cpp" %}
21
{% set version = "2.4.0" %}
32

43
package:
5-
name: {{ name|lower }}-split
4+
name: google-cloud-cpp-split
65
version: {{ version }}
76

87
source:
9-
url: https://github.com/googleapis/{{ name }}/archive/v{{ version }}.tar.gz
8+
url: https://github.com/googleapis/google-cloud-cpp/archive/v{{ version }}.tar.gz
109
sha256: 245e198e29c4ec19734cc99ef631daaefbdb874307fc3743e22514ee8bcb36c4
1110
patches:
1211
# don't try to build the protobuf-heavy googleapis as shared on win

0 commit comments

Comments
 (0)