geckodriver: update to 0.35.0

This commit is contained in:
cinerea0 2024-08-24 16:20:48 -04:00 committed by cinerea0
parent cac7e5e3e8
commit 509b135816
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'geckodriver'
pkgname=geckodriver
version=0.34.0
version=0.35.0
revision=1
build_style=cargo
short_desc="WebDriver for Firefox"
@ -9,7 +9,7 @@ license="MPL-2.0"
homepage="https://github.com/mozilla/geckodriver"
changelog="https://github.com/mozilla/geckodriver/releases"
distfiles="https://github.com/mozilla/geckodriver/archive/refs/tags/v${version}.tar.gz"
checksum=8cba3459446ef94a96357c7d57c009095fff801f719cbb511e59caf17e746336
checksum=5e77314806e275daeed70acb04b56c039060a13a2394df832127708e89708163
case $XBPS_TARGET_MACHINE in
armv[56]*) broken="there is no firefox for armv5/6" ;;