Skip to content

Commit

Permalink
[bot-automerge] python-chromedriver-binary v131.0.6761.0.0 (#271)
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 7, 2024
2 parents 20b2fc7 + 0bc8c6f commit c1f67e8
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.6759.0.0" %}
{% set version = "131.0.6761.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: aa0e1e643d488d710172236304440cc415aae64f891dd3a9e9e4f8209d4cca1b
sha256: 4098871b9705c716427491c248885da9ee0af97b98276a02fdad6f739e5c3373
{% if noarch_platform == "linux" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/linux64/chromedriver-linux64.zip
sha256: 25fedd270fa8cc054c9de3baa908107852bfd5a859a1cdd8cea686d4fe5f71b1
sha256: 99c73b4a30df2290b7ae30616bd891b3e6ec07fc6d3657b5a83c0c181bd6f33e
{% elif noarch_platform == "osx" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/mac-x64/chromedriver-mac-x64.zip
sha256: d1523e732faa35c398eff2adb7f6fbccc708c42be712032c0960cf13dbf715be
sha256: fbb0b96d5b3b2cca4fefaceb58139a3e015b08e8ca04c9ff73ccd72d750421d9
{% elif noarch_platform == "win" %}
- url: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/{{ chromedriver_version }}/win32/chromedriver-win32.zip
sha256: 0c336c641e44aa087e67d1e161b652f3b85c68f571e10738ec6cee8187f028a2
sha256: 557abedb6c74cb126e37b16ba29645e0e57a39c8ccb8f5bc74e1c734257f1395
{% endif %}

build:
Expand Down

0 comments on commit c1f67e8

Please sign in to comment.