[arch-commits] Commit in geckodriver/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Sep 13 13:49:28 UTC 2019


    Date: Friday, September 13, 2019 @ 13:49:27
  Author: jelle
Revision: 510333

upgpkg: geckodriver 0.25.0-1

Upstream update

Modified:
  geckodriver/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 13:40:48 UTC (rev 510332)
+++ PKGBUILD	2019-09-13 13:49:27 UTC (rev 510333)
@@ -2,7 +2,7 @@
 # Contributor: kevku <kevku at gmx.com>
 
 pkgname=geckodriver
-pkgver=0.24.0
+pkgver=0.25.0
 pkgrel=1
 pkgdesc="Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("rust" "cargo" "gcc-libs")
 source=("https://github.com/mozilla/geckodriver/archive/v$pkgver.tar.gz")
-sha256sums=('e6f86b3b6411f078c0a762f978c00ee99926463036a68be01d111bd91f25340e')
+sha256sums=('9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9')
 
 build() {
 	cd "$pkgname-$pkgver"



More information about the arch-commits mailing list