owncloudclient: update to 2.3.2

Closes: #6824 [via git-merge-pr]
This commit is contained in:
John 2017-06-23 16:14:19 +02:00 committed by Michael Aldridge
parent 1eaf0039c8
commit da1c1587a0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'owncloudclient' # Template file for 'owncloudclient'
pkgname=owncloudclient pkgname=owncloudclient
version=2.3.1 version=2.3.2
revision=2 revision=2
build_style=cmake build_style=cmake
configure_args="-Wno-dev" configure_args="-Wno-dev"
@ -15,7 +15,7 @@ maintainer="Samuel Chodur <samuelchodur@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://www.owncloud.org" homepage="http://www.owncloud.org"
distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz" distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz"
checksum=93143752234a0bc4c9798b69d8239996d92130eecdc1d93b75e3d49b899f3914 checksum=a1199d2b957a28081aff11a2a7e471ca09c965bbb1b51b1b7b7a8706304f5f09
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel" hostmakedepends+=" qt5-host-tools qt5-tools-devel"