owncloudclient: update to 3.2.1.

This commit is contained in:
Gonzalo Tornaría 2023-03-15 07:42:45 -03:00 committed by Leah Neukirchen
parent 8d5b128a39
commit 5ffea9cbd8
1 changed files with 2 additions and 2 deletions

View File

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