diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-05-02 11:41:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-02 11:41:46 +0700 |
commit | b337d7af00acd8a9d63a6dce3144d0377413339a (patch) | |
tree | ba3e0a492d22788477a75ee3e1e59b877655ac5b /network/owncloud-client/owncloud-client.SlackBuild | |
parent | dd0915382855f21ef410d9edd83b2973dd56962a (diff) |
network/owncloud-client: Updated for version 2.5.4.11654.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index 0ee0dd35aa12e..b5ab05a98d2d7 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for owncloud-client # Copyright 2013-2018 Christopher Walker Kempner, TX +# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=owncloud-client -VERSION=${VERSION:-2.4.2} +VERSION=${VERSION:-2.5.4.11654} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |