summaryrefslogtreecommitdiffstats
path: root/network/onedrive/onedrive.SlackBuild
diff options
context:
space:
mode:
author brobr2022-03-15 21:32:44 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:06 +0100
commit3359eca005e471457ce69508f196856cb46ad6e1 (patch)
tree7a1641dc693ce410b182df38a78735b9bc1097e2 /network/onedrive/onedrive.SlackBuild
parente32593205cbb3085876b3d4049bed6871372fbd7 (diff)
downloadslackbuilds-3359eca005e471457ce69508f196856cb46ad6e1.tar.gz
network/onedrive: Updated to version 2.4.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive/onedrive.SlackBuild')
-rw-r--r--network/onedrive/onedrive.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild
index 1d5111ba3c..4d1601aaa2 100644
--- a/network/onedrive/onedrive.SlackBuild
+++ b/network/onedrive/onedrive.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for onedrive
-# Copyright 2019-2021 Rob van Nues
+# Copyright 2019-2022 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.15}
+VERSION=${VERSION:-2.4.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}