summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-07-12 13:41:31 +0200
committerDeon Spengler2018-07-12 13:41:31 +0200
commite89eaa4274e5e43fefbe7980a6a857c29da9e76e (patch)
tree06d65a49763c00a0e24aa73e9766ce552440e06e
parentf694b5ef78d8f607f9c9e7cb517f22128afe9cee (diff)
downloadaur-e89eaa4274e5e43fefbe7980a6a857c29da9e76e.tar.gz
Update to SOPE-4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d4a56cce5dc..513645cc4779 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = sope
optdepends = postgresql: run database server for sogo locally
replaces = sope2
options = !strip
- source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.0.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.1.tar.gz
source = sope_configure.patch
- sha256sums = 8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216
+ sha256sums = 2cf2f0c2481d2a611b2308bd311f9a893a921757165d577eb25af2d8399b4c9a
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index c0572b1c1f87..e41beafe4280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
pkgdesc="application server used by SOGo"
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
arch=('x86_64')
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
@@ -26,7 +26,7 @@ optdepends=('libxml2: parse XML coniguration files'
'postgresql: run database server for sogo locally')
source=("http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-${pkgver}.tar.gz"
"sope_configure.patch")
-sha256sums=('8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216'
+sha256sums=('2cf2f0c2481d2a611b2308bd311f9a893a921757165d577eb25af2d8399b4c9a'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {