summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Fischer2023-03-02 15:28:38 +0100
committerSven Fischer2023-03-02 15:28:49 +0100
commita0de7e4611a18a9d4f631bb89718295eeedc57ad (patch)
treea9ec736077ca6584f111b9ab041c8581f1d15e3c
parentbcde86e64b4e747a2d9c97c9f11f1eb4c5173d60 (diff)
downloadaur-a0de7e4611a18a9d4f631bb89718295eeedc57ad.tar.gz
Update to version 6.0.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bc8a3a79e3f..ab4ac4242c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Robinson <robinsthom |a| gmail |.| com>
# Visa Jokelainen <visaj |a| iki |.| fi>
pkgname=robotframework
-pkgver=4.0
+pkgver=6.0.2
pkgrel=1
pkgdesc="A keyword-driven test automation framework"
arch=('any')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python')
optdepends=('jython: for using robotframework with Java (must be installed before running PKGBUILD)')
source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('85391b47521d04b4201d6bf6573afa9d')
+md5sums=('8abf14ae37187dd9c4d1046cfe88367e')
package() {
cd "$srcdir/$pkgname-$pkgver"