summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2023-06-07 05:58:22 +0000
committerDeon Spengler2023-06-07 05:58:22 +0000
commitce92232efb4f3f7a8da353aa889ecc0d0382dc88 (patch)
treeeacd039110bcb1cd3bac7a35783603aa887c12da
parent20cc05d97017cf2633649c84b4bb871f7205322b (diff)
downloadaur-ce92232efb4f3f7a8da353aa889ecc0d0382dc88.tar.gz
Update to SOPE-5.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e99d410d8f0a..b4ac0fdd05d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sope
pkgdesc = application server used by SOGo
- pkgver = 5.8.2
+ pkgver = 5.8.3
pkgrel = 1
url = http://www.sogo.nu/files/downloads/SOGo/Sources/
arch = x86_64
@@ -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.2.tar.gz
- sha512sums = c6167754401a50b71527f34a38081332253496baa792b77275d3f0163c407d46926d9b0ba51022ab97fd5eb855a86bf11065ce1a7370c7c5bd246a2b7e0f8dc3
+ source = https://packages.sogo.nu/sources/SOPE-5.8.3.tar.gz
+ sha512sums = d604deeb74b4a3bb47ed892e4ed6af17299f25823650fc06cc33622ef87f71035cacfdc7e0b226cad3bc06e0feecfa62429eaa45145c3077b9206d15293a0488
pkgname = sope
diff --git a/PKGBUILD b/PKGBUILD
index 89eda8e8dbf4..9a49778bdfd2 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.8.2
+pkgver=5.8.3
pkgrel=1
arch=(x86_64)
url="http://www.sogo.nu/files/downloads/SOGo/Sources/"
@@ -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=('c6167754401a50b71527f34a38081332253496baa792b77275d3f0163c407d46926d9b0ba51022ab97fd5eb855a86bf11065ce1a7370c7c5bd246a2b7e0f8dc3')
+sha512sums=('d604deeb74b4a3bb47ed892e4ed6af17299f25823650fc06cc33622ef87f71035cacfdc7e0b226cad3bc06e0feecfa62429eaa45145c3077b9206d15293a0488')
prepare() {
cd SOPE