Skip to content

Commit

Permalink
Merge pull request #11 from regro-cf-autotick-bot/1.1_h645966
Browse files Browse the repository at this point in the history
google-re2 v1.1
  • Loading branch information
xylar authored Oct 14, 2023
2 parents 8a8f084 + 65a68d3 commit 70fe044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "google-re2" %}
{% set version = "1.0" %}
{% set version = "1.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/google-re2-{{ version }}.tar.gz
sha256: 21c8adc296360de1ff426baa38c712eada622c2858d195eb487e415d94194e91
sha256: d3a9467ee52b46ac77ca928f6d0cbeaccfd92f03ca0f0f65b9df6a95184f3a1c

build:
skip: true # [win]
script: {{ PYTHON }} -m pip install . -vv
number: 5
number: 0

requirements:
build:
Expand Down

0 comments on commit 70fe044

Please sign in to comment.