Skip to content

Commit

Permalink
[bot-automerge] python-chromedriver-binary v131.0.6763.0.0 (#272)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents c1f67e8 + e6d8191 commit b5d34b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "131.0.6761.0.0" %}
{% set version = "131.0.6763.0.0" %}
{% set chromedriver_version = version[:-2] %}

package:
Expand All @@ -7,16 +7,16 @@ package:

source:
- url: https://github.com/danielkaiser/python-chromedriver-binary/archive/v{{ version }}.tar.gz
sha256: 4098871b9705c716427491c248885da9ee0af97b98276a02fdad6f739e5c3373
sha256: 8275fb7a7b972606a1bc0872c1666adbedb2815d8118810a9583f85f856598be
{% if noarch_platform == "linux" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/linux64/chromedriver-linux64.zip
sha256: 99c73b4a30df2290b7ae30616bd891b3e6ec07fc6d3657b5a83c0c181bd6f33e
sha256: 5ecb89c4b239cfb3c8dc0f7e17273a5bf2d962428390f7a207be210458b6bf3d
{% elif noarch_platform == "osx" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/mac-x64/chromedriver-mac-x64.zip
sha256: fbb0b96d5b3b2cca4fefaceb58139a3e015b08e8ca04c9ff73ccd72d750421d9
sha256: 310948ceb248d494d4a9934bd815a85559da82007906a38bbb46f17abb75bdd3
{% elif noarch_platform == "win" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/win32/chromedriver-win32.zip
sha256: 557abedb6c74cb126e37b16ba29645e0e57a39c8ccb8f5bc74e1c734257f1395
sha256: 2253e429d14f67c529f46767613b4c75562a5daf1887c26dbdaf7c303a0af644
{% endif %}

build:
Expand Down

0 comments on commit b5d34b8

Please sign in to comment.