diff options
author | brobr <sborg63@disroot.org> | 2023-04-13 18:00:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:39 +0700 |
commit | dd1746521718a1c013c664e031bb7ec81d558fb3 (patch) | |
tree | 0e8cdf0b00ac8b2461cdde5698f117f0aaeee520 /network | |
parent | 1c2c678c23f25c763de6d9e3a54290dbf1fb4495 (diff) |
network/onedrive: Updated for version 2.4.23.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 140ba8fc58af..c41078b6bb19 100644 --- a/network/onedrive/onedrive.SlackBuild +++ b/network/onedrive/onedrive.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for onedrive -# Copyright 2019-2022 Rob van Nues +# Copyright 2019-2023 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.22} +VERSION=${VERSION:-2.4.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index a6d29a1132e3..6a8dbc37576c 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.4.22" +VERSION="2.4.23" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.22/onedrive-2.4.22.tar.gz" -MD5SUM="3a7751b45494624be907a93385b864ee" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.23/onedrive-2.4.23.tar.gz" +MD5SUM="4a237ff918eec109ff2d1f00e4bbfe79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |