summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2017-02-27 08:49:41 +0100
committerArthurBorsboom2017-02-27 08:49:41 +0100
commit691e745dc7e5cf5b4ca632cde8993d20e11b4aaa (patch)
treecac0d26c672743dcbefef8a8b63cce2fb1e061e7
parent0f9b3a954d06121ff47aa6c0b4e575b249651f1c (diff)
downloadaur-691e745dc7e5cf5b4ca632cde8993d20e11b4aaa.tar.gz
Version update to v2.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a9b78358392..a986b5c443a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spark
pkgdesc = Cross-platform real-time collaboration client optimized for business and organizations.
- pkgver = 2.7.7
+ pkgver = 2.8.3
pkgrel = 0
url = http://www.igniterealtime.org/projects/spark/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = spark
license = LGPL
conflicts = spark-svn
options = !strip
- source = http://download.igniterealtime.org/spark/spark_2_8_2.tar.gz
- md5sums = 7593979aedc371c97afac4e6f09c6d2e
+ source = http://download.igniterealtime.org/spark/spark_2_8_3.tar.gz
+ md5sums = 9efe43a337789bfa6083b341a48e9e53
pkgname = spark
diff --git a/PKGBUILD b/PKGBUILD
index 9fc1fdece0e1..05d1cdd8ffee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: markelos <axilleas@archlinux.gr>
# Contributor: helios <aur@wiresphere.de>
pkgname=spark
-pkgver=2.8.2
+pkgver=2.8.3
pkgrel=0
pkgdesc="Cross-platform real-time collaboration client optimized for business and organizations."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ if [[ $CARCH == i686 ]]; then
fi
options=('!strip')
source=(http://download.igniterealtime.org/${pkgname}/${pkgname}_${pkgver//./_}.tar.gz)
-md5sums=('7593979aedc371c97afac4e6f09c6d2e')
+md5sums=('9efe43a337789bfa6083b341a48e9e53')
conflicts=('spark-svn')