network/onedrive: Updated to version 2.4.16

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
brobr 2022-03-15 20:32:44 +00:00 committed by Willy Sudiarto Raharjo
parent e32593205c
commit 3359eca005
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="onedrive"
VERSION="2.4.15"
VERSION="2.4.16"
HOMEPAGE="https://github.com/abraunegg/onedrive/releases"
DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.15/onedrive-2.4.15.tar.gz"
MD5SUM="fcaee6cf211aecc47577bdce4e5a50a0"
DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.16/onedrive-2.4.16.tar.gz"
MD5SUM="d4362eb8093c22f37fa1bf93b1749069"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dmd"