geckodriver: update to 0.36.0

This commit is contained in:
cavinbinpkg 2025-04-28 15:10:07 -04:00 committed by Duncan Overbruck
parent 678f989d2e
commit b130fce9c7

View file

@ -1,6 +1,6 @@
# Template file for 'geckodriver'
pkgname=geckodriver
version=0.35.0
version=0.36.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=5e77314806e275daeed70acb04b56c039060a13a2394df832127708e89708163
checksum=03d8fe48d32a711318b2fffc93019874731318de44f36a9731935d10bdea762b
case $XBPS_TARGET_MACHINE in
armv[56]*) broken="there is no firefox for armv5/6" ;;