network/onedrive: Updated for version 2.4.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
49de9c1d39
commit
07b3a248b6
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue