geckodriver: update to 0.34.0

This commit is contained in:
cinerea0 2024-07-16 16:10:37 -04:00 committed by cinerea0
parent c081e6b973
commit 4813450c6b
1 changed files with 3 additions and 2 deletions

View File

@ -1,14 +1,15 @@
# Template file for 'geckodriver'
pkgname=geckodriver
version=0.33.0
version=0.34.0
revision=1
build_style=cargo
short_desc="WebDriver for Firefox"
maintainer="m3tav3rse <mtvrs@tuta.io>"
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=f796679ae35a4c32b9248da9401f058578e06eec1808f4ce0abb76e2ee64b653
checksum=8cba3459446ef94a96357c7d57c009095fff801f719cbb511e59caf17e746336
case $XBPS_TARGET_MACHINE in
armv[56]*) broken="there is no firefox for armv5/6" ;;