system/geckodriver: Updated for version 0.34.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
toolonely 2024-01-16 06:47:11 +07:00 committed by Willy Sudiarto Raharjo
parent f0e9629680
commit 7582a2ab36
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for geckodriver
# Copyright 2017-2022 Azure Zanculmarktum <zanculmarktum@gmail.com>
# Copyright 2022-2023 toolonely <lonely_@tutanota.com>
# Copyright 2022-2024 toolonely <lonely_@tutanota.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=geckodriver
VERSION=${VERSION:-0.33.0}
VERSION=${VERSION:-0.34.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="geckodriver"
VERSION="0.33.0"
VERSION="0.34.0"
HOMEPAGE="https://github.com/mozilla/geckodriver"
DOWNLOAD="https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux32.tar.gz"
MD5SUM="c4a9e6c92dc493f25c8d390f1c6fb11c"
DOWNLOAD_x86_64="https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux64.tar.gz"
MD5SUM_x86_64="563c82cfbb21478450e1c828e3730b10"
DOWNLOAD="https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux32.tar.gz"
MD5SUM="eabd3c6af04c11dd13221b975c2b8873"
DOWNLOAD_x86_64="https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz"
MD5SUM_x86_64="61eb5f67664c65ef673decb6a56b0043"
REQUIRES=""
MAINTAINER="toolonely"
EMAIL="lonely_@tutanota.com"