summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Borsboom2016-11-08 08:15:37 +0100
committerArthur Borsboom2016-11-08 08:15:37 +0100
commit2a98f89d4ff9472d848ff60dc7e1c440b1e75540 (patch)
tree966a95cd7293c0738642fa60d6ab6325325dba84
parent8c83705513fda782ca6820912a16e07c42ac5634 (diff)
downloadaur-2a98f89d4ff9472d848ff60dc7e1c440b1e75540.tar.gz
Updated version to 2.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2ab5d53c76..2d01ea068509 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.1
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_7_7.tar.gz
- md5sums = 01106c35cb11807f93b0ae8d10e8dd44
+ source = http://download.igniterealtime.org/spark/spark_2_8_1.tar.gz
+ md5sums = 5e40d7196ed967bd90428c5d7a544d05
pkgname = spark
diff --git a/PKGBUILD b/PKGBUILD
index f4e3d8cc507c..d3a7327b52cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: markelos <axilleas@archlinux.gr>
# Contributor: helios <aur@wiresphere.de>
pkgname=spark
-pkgver=2.7.7
+pkgver=2.8.1
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=('01106c35cb11807f93b0ae8d10e8dd44')
+md5sums=('5e40d7196ed967bd90428c5d7a544d05')
conflicts=('spark-svn')