summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2019-01-16 08:56:30 +0200
committerDeon Spengler2019-01-16 08:56:30 +0200
commit58a34cdf5808403df7c6670269ab59c5b0ac53d6 (patch)
treec5c2d6bb67e5014e95952ca8d852acac6c503e23
parent2f4d31e88a5d5b6dd36dbb514317b0f7328223b9 (diff)
downloadaur-58a34cdf5808403df7c6670269ab59c5b0ac53d6.tar.gz
Update to SOPE-4.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b12e4d2723..8c1505e28a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 4.0.4
+ pkgver = 4.0.5
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.4.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.0.5.tar.gz
source = sope_configure.patch
- sha256sums = d882b7238ed506d3f694e2f07674e056b4b9a069bad8837a56bf073c9172d2fb
+ sha256sums = f6f681c4fd16fb79b9e2158ad560694d0cc9d1dd10522f2a0d50e23be78dbff6
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index a960b9f2dbed..49eb830fbca9 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.4
+pkgver=4.0.5
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=('d882b7238ed506d3f694e2f07674e056b4b9a069bad8837a56bf073c9172d2fb'
+sha256sums=('f6f681c4fd16fb79b9e2158ad560694d0cc9d1dd10522f2a0d50e23be78dbff6'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {