diff options
author | Rob van Nues <sborg63@disroot.org> | 2020-03-23 09:42:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-23 09:42:46 +0700 |
commit | 93529068fe9188cb7a82c77efc76e3ada15cbd40 (patch) | |
tree | 0e7d5c5347a33e98e9e4629affcb668b3a640ea8 /network/onedrive | |
parent | 86b57409ec09d8dfad29ddf1cdc8ebbc802855e2 (diff) |
network/onedrive: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive')
-rw-r--r-- | network/onedrive/README | 2 | ||||
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 2 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/onedrive/README b/network/onedrive/README index f8d9633540b4f..b2925c8e3545c 100644 --- a/network/onedrive/README +++ b/network/onedrive/README @@ -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. diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index f84117ed07fa5..6893d0d87d2df 100644 --- a/network/onedrive/onedrive.SlackBuild +++ b/network/onedrive/onedrive.SlackBuild @@ -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} diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index a89566999b958..adb929240fb86 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -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" |