diff options
author | brobr <sborg63@disroot.org> | 2021-10-15 12:12:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-16 00:07:59 +0700 |
commit | 07b3a248b6a525e1680f861e3267e7ad12b0bdcf (patch) | |
tree | 8159142986390cae0ba5c1c517c76a7071b51661 /network/onedrive/onedrive.SlackBuild | |
parent | 49de9c1d390454d089a0fe507dbbf3681f9b6899 (diff) |
network/onedrive: Updated for version 2.4.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive/onedrive.SlackBuild')
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index efa26c758bda0..f6530a62332ed 100644 --- a/network/onedrive/onedrive.SlackBuild +++ b/network/onedrive/onedrive.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for onedrive -# Copyright 2019-2020 Rob van Nues +# Copyright 2019-2021 Rob van Nues # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onedrive -VERSION=${VERSION:-2.4.7} +VERSION=${VERSION:-2.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |