owncloudclient: update to 4.1.0.

This commit is contained in:
Gonzalo Tornaría 2023-07-02 18:42:43 -03:00 committed by Piraty
parent 67b3b9497a
commit 77e31e923f

View file

@ -1,6 +1,6 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=4.0.0
version=4.1.0
revision=1
build_style=cmake
configure_args="-Wno-dev -DWITH_AUTO_UPDATER=OFF"
@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
homepage="https://www.owncloud.org"
changelog="https://raw.githubusercontent.com/owncloud/client/master/CHANGELOG.md"
distfiles="https://github.com/owncloud/client/archive/v${version/.rc/-rc}.tar.gz"
checksum=fe1cea6ef016c768e16b07e125c970b938498586175e37e307397d7269b2fd1e
checksum=32c1a9e73f510bee4f7da3c399ff208739f221e4600f69280b9dcc3763d1f84c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"