diff options
Diffstat (limited to 'network/onedrive')
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 4 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index efa26c758b..f6530a6233 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} diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index 06af605f99..82f1463716 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.4.7" +VERSION="2.4.13" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.7/onedrive-2.4.7.tar.gz" -MD5SUM="27c48b19cae2b9f2fe66228feaa9c719" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.13/onedrive-2.4.13.tar.gz" +MD5SUM="18d5f1af56f7e3118e2dd00ad75bc8fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |