network/owncloud-client: Updated for version 2.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christopher Walker 2018-01-05 13:53:10 +07:00 committed by Willy Sudiarto Raharjo
parent 99ad4727ec
commit 3dff4a8780
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for owncloud-client
# Copyright 2013-2017 Christopher Walker Kempner, TX
# Copyright 2013-2018 Christopher Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=owncloud-client
VERSION=${VERSION:-2.3.4}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="owncloud-client"
VERSION="2.3.4"
VERSION="2.4.0"
HOMEPAGE="https://owncloud.org/"
DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-2.3.4.tar.xz"
MD5SUM="078031aa6a520f10f9856aaee117de8b"
DOWNLOAD="https://download.owncloud.com/desktop/stable/owncloudclient-2.4.0.tar.xz"
MD5SUM="0bcf807665d53ff29b3c588a240f8f12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5-webkit qtkeychain"