summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthurBorsboom2016-03-16 08:36:33 +0100
committerArthurBorsboom2016-03-16 08:36:33 +0100
commitc0f18ff1ba988f706144fbd12f3a4ae433bd8a5a (patch)
tree9dac40093b5fa3aa6997e3b323254b7d4c163dad
parent30b0a338579b1b15c7289d72b12e064226c51c48 (diff)
downloadaur-c0f18ff1ba988f706144fbd12f3a4ae433bd8a5a.tar.gz
Updated Spark client to version 2.7.6
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b9c2298d7cc..37539975d727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: markelos <axilleas@archlinux.gr>
# Contributor: helios <aur@wiresphere.de>
pkgname=spark
-pkgver=2.7.3
+pkgver=2.7.6
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=('18ed95bbbc1fc13897fdc3884aec10a9')
+md5sums=('2761be5a1b2f815d6cd046e5e50e8d38')
conflicts=('spark-svn')