network/onedrive: Updated for version 2.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Rob van Nues 2020-03-23 09:42:46 +07:00 committed by Willy Sudiarto Raharjo
parent 86b57409ec
commit 93529068fe
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
A complete tool to interact with OneDrive on Linux.
Built following the UNIX philosophy.
Built following the UNIX philosophy
What's missing: while local changes are uploaded right away, remote changes are delayed.

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=onedrive
VERSION=${VERSION:-2.3.13}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="onedrive"
VERSION="2.3.13"
VERSION="2.4.0"
HOMEPAGE="https://github.com/abraunegg/onedrive/releases"
DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.3.13/onedrive-2.3.13.tar.gz"
MD5SUM="d36da03e2cdddf747be93c14baa066d6"
DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.0/onedrive-2.4.0.tar.gz"
MD5SUM="5f79426743be5828163ff4fc2e30e6e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dmd"