summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2019-11-02 18:16:36 +0200
committerDeon Spengler2019-11-02 18:16:36 +0200
commitdbf363dfc7399d183b71c65378cce6b794e510de (patch)
treec119b3f7fc6fccab2e8019bc5ec07ac308d15322
parentbd1fcb526b918ad85b51486b222390486057fd52 (diff)
downloadaur-dbf363dfc7399d183b71c65378cce6b794e510de.tar.gz
Update to SOPE-4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4588a9202533..3258b50b7aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 4.0.8
+ pkgver = 4.1.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.8.tar.gz
+ source = http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-4.1.1.tar.gz
source = sope_configure.patch
- sha256sums = e615434641667b741df2bf75ee2608f74fb23399242dcdaa48729e4e6a7ab535
+ sha256sums = 8d466147faaaee166b2d228b452a00465fafe706038cc189039f25729624c892
sha256sums = 7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 287add9c3ad0..746b07ca78da 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.8
+pkgver=4.1.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=('e615434641667b741df2bf75ee2608f74fb23399242dcdaa48729e4e6a7ab535'
+sha256sums=('8d466147faaaee166b2d228b452a00465fafe706038cc189039f25729624c892'
'7ff3387daffd15b5f97146da1fd61aefc9591b7b6a41f1f0e60b572106fdbc9a')
prepare() {