mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geckodriver: update to 0.33.0.
This commit is contained in:
parent
7c5eb66c4a
commit
530a4e77f6
1 changed files with 3 additions and 16 deletions
|
@ -1,27 +1,14 @@
|
||||||
# Template file for 'geckodriver'
|
# Template file for 'geckodriver'
|
||||||
pkgname=geckodriver
|
pkgname=geckodriver
|
||||||
version=0.30.0
|
version=0.33.0
|
||||||
revision=1
|
revision=1
|
||||||
_hg_commit="d372710b98a6"
|
|
||||||
build_wrksrc=testing/geckodriver
|
|
||||||
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"
|
||||||
distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
|
distfiles="https://github.com/mozilla/geckodriver/archive/refs/tags/v${version}.tar.gz"
|
||||||
https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
|
checksum=f796679ae35a4c32b9248da9401f058578e06eec1808f4ce0abb76e2ee64b653
|
||||||
https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
|
|
||||||
https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
|
|
||||||
checksum="7f8820ec83ca7671236ee74345bdbd20cf328fde4896397353952c0cc4e0eb91
|
|
||||||
4828ec0256835b893e5642439f83f9de84512a84e4a711262b6f2c37dff15ec8
|
|
||||||
71043889235bf513b2539490d1c163589484628f6fcf24e4591ba4281e620d6f
|
|
||||||
5daceea2850bd034ffb1b538b4aa5f8f6915f36631ef6dbeeb9d30fe26180c38"
|
|
||||||
skip_extraction="Cargo.lock"
|
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${build_wrksrc}
|
|
||||||
}
|
|
||||||
|
|
||||||
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