Skip to content

Commit

Permalink
remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 1, 2022
1 parent 453eb00 commit 8a2ee07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{% set name = "abseil-cpp" %}
{% set version = "20220623.0" %}

package:
name: {{ name|lower }}
name: abseil-cpp
version: {{ version }}

source:
url: https://github.com/abseil/{{ name }}/archive/{{ version }}.tar.gz
url: https://github.com/abseil/abseil-cpp/archive/{{ version }}.tar.gz
sha256: 4208129b49006089ba1d6710845a45e31c59b0ab6bff9e5788a87f55c5abd602
patches:
- patches/0001-patch-out-the-build-issue-on-clang4-osx.patch
Expand Down

0 comments on commit 8a2ee07

Please sign in to comment.