summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Fischer2021-01-03 17:55:53 +0100
committerSven Fischer2021-01-03 17:55:53 +0100
commit7c6e407b3ccf264d37863a7a0426a02748281675 (patch)
treeaec063bfdfec0d3f0c7970df47d648c2b61f6f7d
parent09aec7e27125139ab1a242744aecaed05729c7c6 (diff)
downloadaur-7c6e407b3ccf264d37863a7a0426a02748281675.tar.gz
Update to 3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d8caa03ceef..2910cfa7a716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = robotframework
pkgdesc = A keyword-driven test automation framework
- pkgver = 3.1.1
+ pkgver = 3.2.2
pkgrel = 1
url = http://www.robotframework.org
arch = any
license = Apache
depends = python
optdepends = jython: for using robotframework with Java (must be installed before running PKGBUILD)
- source = https://github.com/robotframework/robotframework/archive/v3.1.1.tar.gz
- md5sums = 2d8a3fea24c43fdf2f710ed82497639c
+ source = https://github.com/robotframework/robotframework/archive/v3.2.2.tar.gz
+ md5sums = 4a151bbf0e6438cf4e12ce3caad2b96c
pkgname = robotframework
diff --git a/PKGBUILD b/PKGBUILD
index 6276d7a2a58b..48178a8a40a4 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.1.1
+pkgver=3.2.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=('2d8a3fea24c43fdf2f710ed82497639c')
+md5sums=('4a151bbf0e6438cf4e12ce3caad2b96c')
package() {
cd "$srcdir/$pkgname-$pkgver"