owncloudclient: update to 2.10.0.

This commit is contained in:
Gonzalo Tornaría 2022-01-18 17:01:30 -03:00 committed by Érico Nogueira Rolim
parent 4ce1a670ed
commit da3f744cc7

View file

@ -1,6 +1,6 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=2.9.2
version=2.10.0
revision=1
wrksrc=client-${version}
build_style=cmake
@ -17,7 +17,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}.tar.gz"
checksum=4bae93d99c65e6780ebc2f16a2611c802f1916cff70a0e86c6c3929efa707cf8
checksum=fc3248eb9afa67bba946cf788319d6dcc419d155700cb10baebb19f6ccf6b583
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"