Skip to content

Commit

Permalink
[bot-automerge] python-chromedriver-binary v131.0.6755.0.0 (#268)
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 4, 2024
2 parents 4506b52 + efbba20 commit 8b6be99
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.6753.0.0" %}
{% set version = "131.0.6755.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: 9a13ddd1c33fcd5ef6fb5049d8a36a6b192ad0d64ade948785149bd77329d4dd
sha256: 8dff3fa1c28a8959340999385cfd269c15bf6c330fd6f16a083a427a5681aee9
{% if noarch_platform == "linux" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/linux64/chromedriver-linux64.zip
sha256: ed8dd65bedd79a670bbb54b65635bf40b9b583df9457d604fbd1b3373c89e224
sha256: b56ae0b3f7ae4b0129d4f6a9876e3e5fa47d85733abfa32831a831531746b9f0
{% elif noarch_platform == "osx" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/mac-x64/chromedriver-mac-x64.zip
sha256: 651efa97f2639c4919bf944db9f2548daeb07bec2a3375462fcb5fdbbb3d6905
sha256: 084fa0ad2c6598fd2c8f3ab4387e7473c0460e2a2b20a298412cf863dbceeb1d
{% elif noarch_platform == "win" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/win32/chromedriver-win32.zip
sha256: 918d74c20f324ab245a7652254643bd8656416b7c6c39aaf4b5ff0196bef4895
sha256: d303675a8a3a440778703e2daf188f197c8853547248cfc9a023ae792d730ac2
{% endif %}

build:
Expand Down

0 comments on commit 8b6be99

Please sign in to comment.