diff options
Diffstat (limited to 'system/geckodriver/geckodriver.SlackBuild')
-rw-r--r-- | system/geckodriver/geckodriver.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/geckodriver/geckodriver.SlackBuild b/system/geckodriver/geckodriver.SlackBuild index 1ec308756748c..e21b94280b127 100644 --- a/system/geckodriver/geckodriver.SlackBuild +++ b/system/geckodriver/geckodriver.SlackBuild @@ -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} |