owncloudclient: update to 3.2.0.

This commit is contained in:
Gonzalo Tornaría 2023-03-05 23:42:18 -03:00 committed by Michal Vasilek
parent e79bc74ffb
commit 2d9da9dcd1
1 changed files with 2 additions and 2 deletions

View File

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