owncloudclient: update to 3.1.0.

This commit is contained in:
Gonzalo Tornaría 2023-02-02 20:35:32 -03:00 committed by classabbyamp
parent a71a11a27f
commit 7748dfbef9

View file

@ -1,6 +1,6 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=3.0.0
version=3.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=63e5892d88fd59d1f55ef8f35aa284e38e2a2019442b218b32c92a87135ed52a
checksum=8a5239c69d2b186cf8c6a28688cdf21cbbe1c1bb42b7df3b353b599988ac0d38
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"