diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-05 16:42:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 16:42:51 +0100 |
| commit | fb4e6080ed758e770dd1ef217927d7fde6894755 (patch) | |
| tree | c4af604db7d839a43aa7a6ce5b2565dffbfa6b48 /manage.sh | |
| parent | 5b58f6a7f8a4e10b1d67286928939044fa8258dc (diff) | |
| parent | 54e69d0367d69eb3529670f131fa80eac356975b (diff) | |
Merge pull request #2428 from dalf/update-dependencies
[upd] update Python dependencies
Diffstat (limited to 'manage.sh')
| -rwxr-xr-x | manage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ install_geckodriver() { if [ -z "$NOTFOUND" ]; then return fi - GECKODRIVER_VERSION="v0.24.0" + GECKODRIVER_VERSION="v0.28.0" PLATFORM="`python3 -c "import platform; print(platform.system().lower(), platform.architecture()[0])"`" case "$PLATFORM" in "linux 32bit" | "linux2 32bit") ARCH="linux32";; |