summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Fischer2021-01-03 17:55:53 +0100
committerSven Fischer2021-01-03 17:55:53 +0100
commit7c6e407b3ccf264d37863a7a0426a02748281675 (patch)
treeaec063bfdfec0d3f0c7970df47d648c2b61f6f7d /PKGBUILD
parent09aec7e27125139ab1a242744aecaed05729c7c6 (diff)
downloadaur-7c6e407b3ccf264d37863a7a0426a02748281675.tar.gz
Update to 3.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"