mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/geckodriver: Updated for version 0.31.0. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a9b1c29f11
commit
d6a1c4db16
2 changed files with 10 additions and 9 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for geckodriver
|
||||
|
||||
# Copyright 2017 Azure Zanculmarktum <zanculmarktum@gmail.com>
|
||||
# Copyright 2017-2022 Azure Zanculmarktum <zanculmarktum@gmail.com>
|
||||
# Copyright 2022 toolonely <lonely_@tutanota.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=geckodriver
|
||||
VERSION=${VERSION:-0.18.0}
|
||||
VERSION=${VERSION:-0.31.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="geckodriver"
|
||||
VERSION="0.18.0"
|
||||
VERSION="0.31.0"
|
||||
HOMEPAGE="https://github.com/mozilla/geckodriver"
|
||||
DOWNLOAD="https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux32.tar.gz"
|
||||
MD5SUM="dc1eb4ebe0f372af48b5a9c107ebc68d"
|
||||
DOWNLOAD_x86_64="https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-linux64.tar.gz"
|
||||
MD5SUM_x86_64="4ccb56fb3700005c9f9188f84152f21a"
|
||||
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"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Azure Zanculmarktum"
|
||||
EMAIL="zanculmarktum@gmail.com"
|
||||
MAINTAINER="toolonely"
|
||||
EMAIL="lonely_@tutanota.com"
|
||||
|
|
Loading…
Reference in a new issue