summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Fischer2019-01-16 15:40:46 +0100
committerSven Fischer2019-01-16 15:40:46 +0100
commit06f6417da457ed0edad8e5b47991b1404903d4c3 (patch)
tree07aa49e7c801b547dab401f253e4b138e78942c7
parent1545ebd7b3941fd14ab2d855b513fddc769e190d (diff)
downloadaur-06f6417da457ed0edad8e5b47991b1404903d4c3.tar.gz
Update to version 3.1.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 516585977c8d..6276d7a2a58b 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.0.4
+pkgver=3.1.1
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=('74acaf2138423f4c1d840bc83b79e242')
+md5sums=('2d8a3fea24c43fdf2f710ed82497639c')
package() {
cd "$srcdir/$pkgname-$pkgver"