diff options
author | Christopher Walker <kris240376@gmail.com> | 2018-01-05 13:53:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:41:48 +0700 |
commit | 3dff4a8780f4e35ab793f6a00cba2c40dbfca8e9 (patch) | |
tree | 1ebd3df53b2d5c28b95d32be71ad61905ae5dfee /network/owncloud-client/owncloud-client.SlackBuild | |
parent | 99ad4727ec7e3beb6784cc01d22d354216df545a (diff) |
network/owncloud-client: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/owncloud-client.SlackBuild')
-rw-r--r-- | network/owncloud-client/owncloud-client.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index aa3dec7b11d5e..b9aef475e58c7 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.SlackBuild @@ -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} |