mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geckodriver: update to 0.34.0
This commit is contained in:
parent
c081e6b973
commit
4813450c6b
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'geckodriver'
|
# Template file for 'geckodriver'
|
||||||
pkgname=geckodriver
|
pkgname=geckodriver
|
||||||
version=0.33.0
|
version=0.34.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="WebDriver for Firefox"
|
short_desc="WebDriver for Firefox"
|
||||||
maintainer="m3tav3rse <mtvrs@tuta.io>"
|
maintainer="m3tav3rse <mtvrs@tuta.io>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/mozilla/geckodriver"
|
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"
|
distfiles="https://github.com/mozilla/geckodriver/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f796679ae35a4c32b9248da9401f058578e06eec1808f4ce0abb76e2ee64b653
|
checksum=8cba3459446ef94a96357c7d57c009095fff801f719cbb511e59caf17e746336
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
armv[56]*) broken="there is no firefox for armv5/6" ;;
|
armv[56]*) broken="there is no firefox for armv5/6" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue