diff options
author | Deon Spengler | 2022-09-08 07:38:16 +0200 |
---|---|---|
committer | Deon Spengler | 2022-09-08 07:38:16 +0200 |
commit | 61063037a4b264c9a6735e45a61d9e6d6a81d0d9 (patch) | |
tree | 64279e797e67aac3f04ad721bd90bb1310a49f00 | |
parent | 70fc38194daa5a086d3d6643e69d96e1b18de411 (diff) | |
download | aur-61063037a4b264c9a6735e45a61d9e6d6a81d0d9.tar.gz |
Update to SOPE-5.7.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = sope pkgdesc = application server used by SOGo - pkgver = 5.7.0 + pkgver = 5.7.1 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.inverse.ca/SOGo/sources/SOPE-5.7.0.tar.gz - sha512sums = ce74501be622d8b26c183aa154f1c06fc6c5514d934d81240daa4ab9bd2ac6d2c760e6dc09fc7f9cfe2e105ea0800e6135cdd414036252f9a0d1c1149b5170d1 + source = https://packages.inverse.ca/SOGo/sources/SOPE-5.7.1.tar.gz + sha512sums = a85d3d601d90c21e1077b547e08e89b76f8012ca505b3397ee33286270c5f92f17c069695d5114f8805920037cfbd9fb00a7ce9f3a8e9626b42d4eb569f3f1fe pkgname = sope @@ -4,7 +4,7 @@ # Contributor: Andre Wayand <aur-sope@awayand.sleepmail.com> pkgname=sope pkgdesc="application server used by SOGo" -pkgver=5.7.0 +pkgver=5.7.1 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.inverse.ca/SOGo/sources/SOPE-${pkgver}.tar.gz") -sha512sums=('ce74501be622d8b26c183aa154f1c06fc6c5514d934d81240daa4ab9bd2ac6d2c760e6dc09fc7f9cfe2e105ea0800e6135cdd414036252f9a0d1c1149b5170d1') +sha512sums=('a85d3d601d90c21e1077b547e08e89b76f8012ca505b3397ee33286270c5f92f17c069695d5114f8805920037cfbd9fb00a7ce9f3a8e9626b42d4eb569f3f1fe') build() { cd SOPE |