summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2023-04-14 06:53:35 +0000
committerDeon Spengler2023-04-14 06:53:35 +0000
commit20cc05d97017cf2633649c84b4bb871f7205322b (patch)
tree20997c361619076aa01089e20b8f5ebb1197f122
parent10c37d1e41086e85cd533e5d1f2f83446f3d8562 (diff)
downloadaur-20cc05d97017cf2633649c84b4bb871f7205322b.tar.gz
Update to SOPE-5.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index def7c0ffe2a7..e99d410d8f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 5.8.0
- pkgrel = 2
+ pkgver = 5.8.2
+ pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = x86_64
license = GPL
@@ -20,7 +20,7 @@ pkgbase = sope
optdepends = postgresql: run database server for sogo locally
replaces = sope2
options = !strip
- source = https://packages.sogo.nu/sources/SOPE-5.8.0.tar.gz
- sha512sums = 54c303c260f21c7a8dc9627efe39fe71ee07221e96b19199a0e1491f582d959cdee94008f44838c95996941922a33dd245046c4906e2b64c5bd9d2a561f371c5
+ source = https://packages.sogo.nu/sources/SOPE-5.8.2.tar.gz
+ sha512sums = c6167754401a50b71527f34a38081332253496baa792b77275d3f0163c407d46926d9b0ba51022ab97fd5eb855a86bf11065ce1a7370c7c5bd246a2b7e0f8dc3
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 957c4f69cedf..89eda8e8dbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com>
pkgname=sope
pkgdesc="application server used by SOGo"
-pkgver=5.8.0
-pkgrel=2
+pkgver=5.8.2
+pkgrel=1
arch=(x86_64)
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
license=('GPL')
@@ -25,7 +25,7 @@ optdepends=('libxml2: parse XML coniguration files'
'openssl: create SSL secured connectons'
'postgresql: run database server for sogo locally')
source=("https://packages.sogo.nu/sources/SOPE-${pkgver}.tar.gz")
-sha512sums=('54c303c260f21c7a8dc9627efe39fe71ee07221e96b19199a0e1491f582d959cdee94008f44838c95996941922a33dd245046c4906e2b64c5bd9d2a561f371c5')
+sha512sums=('c6167754401a50b71527f34a38081332253496baa792b77275d3f0163c407d46926d9b0ba51022ab97fd5eb855a86bf11065ce1a7370c7c5bd246a2b7e0f8dc3')
prepare() {
cd SOPE