system/geckodriver: Updated for version 0.33.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
toolonely 2023-12-20 13:23:42 +07:00 committed by Willy Sudiarto Raharjo
parent 4e41c09a8c
commit 4eb8840dbf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
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 toolonely <lonely_@tutanota.com>
# Copyright 2022-2023 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.31.0}
VERSION=${VERSION:-0.33.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="geckodriver"
VERSION="0.31.0"
VERSION="0.33.0"
HOMEPAGE="https://github.com/mozilla/geckodriver"
DOWNLOAD="https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux32.tar.gz"
MD5SUM="05611c296498fbe488403d260d9d50ab"
DOWNLOAD_x86_64="https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz"
MD5SUM_x86_64="eac7c4af356668ab9acb7d16c843c62f"
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"
REQUIRES=""
MAINTAINER="toolonely"
EMAIL="lonely_@tutanota.com"