owncloudclient: update to 4.0.0.

This commit is contained in:
Gonzalo Tornaría 2023-05-11 21:00:03 -03:00 committed by Andrew Benson
parent 3edd1f2044
commit b346b4073a

View File

@ -1,6 +1,6 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=3.2.1
version=4.0.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=54f7b270940f834dfc4c24b61b0b9278a43d2a08dc9195f4896ebac2fc6446d9
checksum=fe1cea6ef016c768e16b07e125c970b938498586175e37e307397d7269b2fd1e
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"