From 49cf98cd2d94415a11da37c7f96f6f2f3524a297 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 20 Jan 2025 18:05:20 +0000 Subject: [PATCH] python-selenium: auto updated to 4.28.0-1 --- BioArchLinux/python-selenium/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/python-selenium/PKGBUILD b/BioArchLinux/python-selenium/PKGBUILD index 38ff5e1560..49d5bcb7ca 100644 --- a/BioArchLinux/python-selenium/PKGBUILD +++ b/BioArchLinux/python-selenium/PKGBUILD @@ -7,8 +7,8 @@ pkgname=python-selenium _pkgname="${pkgname#python-}" -pkgver=4.27.1 -pkgrel=3 +pkgver=4.28.0 +pkgrel=1 pkgdesc="Python language bindings for Selenium WebDriver" arch=(x86_64) url="https://github.com/SeleniumHQ/selenium" @@ -35,7 +35,7 @@ makedepends=( ) options=(!lto) source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -sha256sums=('5296c425a75ff1b44d0d5199042b36a6d1ef76c04fb775b97b40be739a9caae2') +sha256sums=('a9fae6eef48d470a1b0c6e45185d96f0dafb025e8da4b346cc41e4da3ac54fa0') _archive="${_pkgname}-${pkgver}"