summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Fischer2021-03-16 19:35:38 +0100
committerSven Fischer2021-03-16 19:35:38 +0100
commit85b14ec33c2db6484f42913326cf887c94d239f2 (patch)
tree9adb37680b8d35ffc8e2198366924055d0021826
parent7c6e407b3ccf264d37863a7a0426a02748281675 (diff)
downloadaur-85b14ec33c2db6484f42913326cf887c94d239f2.tar.gz
Update to 4.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48178a8a40a4..0bc8a3a79e3f 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=3.2.2
+pkgver=4.0
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=('4a151bbf0e6438cf4e12ce3caad2b96c')
+md5sums=('85391b47521d04b4201d6bf6573afa9d')
package() {
cd "$srcdir/$pkgname-$pkgver"