summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2021-05-14 15:15:18 +0200
committerDeon Spengler2021-05-14 15:15:18 +0200
commit03633e892a1b3ad55a7c27ffae48282641e4e21f (patch)
treee1ae3d485d3c5799fba0c6307287ac9c189af62f
parentc3db3cc609f41c5a0cac127242b78d5fb8d7e0b9 (diff)
downloadaur-03633e892a1b3ad55a7c27ffae48282641e4e21f.tar.gz
Update to SOPE-5.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1dddf989101..17e1a59fd588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 5.0.1
+ pkgver = 5.1.0
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-5.0.1.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-5.1.0.tar.gz
source = sope_configure.patch
- sha256sums = 07f3158719b5f5da0f742238cac6d4adda2ce9e6bf1631b9c710a3a2a865a00b
+ sha256sums = 9c772a0965eddfcb571835267032c36dd16fa6752f3d8699362bc771914920c9
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 2a90ca92f6d1..7c8dbc998ebd 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=5.0.1
+pkgver=5.1.0
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=('07f3158719b5f5da0f742238cac6d4adda2ce9e6bf1631b9c710a3a2a865a00b'
+sha256sums=('9c772a0965eddfcb571835267032c36dd16fa6752f3d8699362bc771914920c9'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {