Skip to content

Commit

Permalink
[bot-automerge] python-chromedriver-binary v131.0.6757.0.0 (#269)
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 5, 2024
2 parents 8b6be99 + 2b3aa6f commit 9366440
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.6755.0.0" %}
{% set version = "131.0.6757.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: 8dff3fa1c28a8959340999385cfd269c15bf6c330fd6f16a083a427a5681aee9
sha256: ee021d1d3bd625dd2355c1738003b084ae7151796d262e6e7643483e95c0a86b
{% if noarch_platform == "linux" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/linux64/chromedriver-linux64.zip
sha256: b56ae0b3f7ae4b0129d4f6a9876e3e5fa47d85733abfa32831a831531746b9f0
sha256: 507f4c3769709de42efbffdad03c0673af269d1ce45a57057f2b7c6e97520488
{% elif noarch_platform == "osx" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/mac-x64/chromedriver-mac-x64.zip
sha256: 084fa0ad2c6598fd2c8f3ab4387e7473c0460e2a2b20a298412cf863dbceeb1d
sha256: 18a75b584c5e5238c2e0850eddd80a52b7a5d20b398d6e877687ea266e3363ee
{% elif noarch_platform == "win" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/win32/chromedriver-win32.zip
sha256: d303675a8a3a440778703e2daf188f197c8853547248cfc9a023ae792d730ac2
sha256: eb0e03b3bbfd54facd9af563c594c2f77eefae819c5fbfa019cf48fad9ec787d
{% endif %}

build:
Expand Down

0 comments on commit 9366440

Please sign in to comment.