summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2021-09-02 14:46:03 +0200
committerDeon Spengler2021-09-02 14:46:03 +0200
commit3a47539d28863add82787b438e06c6125dc2957c (patch)
treecc7851349ab3a2041076a44fcbe61204d8cfc936
parent03633e892a1b3ad55a7c27ffae48282641e4e21f (diff)
downloadaur-3a47539d28863add82787b438e06c6125dc2957c.tar.gz
Update to SOPE-5.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e1a59fd588..78dad6d00cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = x86_64
@@ -20,10 +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.1.0.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-5.2.0.tar.gz
source = sope_configure.patch
- sha256sums = 9c772a0965eddfcb571835267032c36dd16fa6752f3d8699362bc771914920c9
+ sha256sums = 21b9c571b5c348e655490b37d2b355b7f1b1e40cbb8b709e560951503aff94fb
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
-
diff --git a/PKGBUILD b/PKGBUILD
index 7c8dbc998ebd..de34c8210b13 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.1.0
+pkgver=5.2.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=('9c772a0965eddfcb571835267032c36dd16fa6752f3d8699362bc771914920c9'
+sha256sums=('21b9c571b5c348e655490b37d2b355b7f1b1e40cbb8b709e560951503aff94fb'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {