diff options
author | Rob van Nues <sborg63@disroot.org> | 2020-10-08 22:18:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:45 +0700 |
commit | 70aac1e88d9ca603335512971bb6efdea94bd909 (patch) | |
tree | 50e88632db8c5243254c5f826291a16a6f651c35 /network | |
parent | 221c2520ad43a96e3da5cd368cb004c81c911128 (diff) |
network/onedrive: Updated for version 2.4.6.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/onedrive/README | 17 | ||||
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 2 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
3 files changed, 13 insertions, 12 deletions
diff --git a/network/onedrive/README b/network/onedrive/README index b2925c8e3545..4d1699de4e46 100644 --- a/network/onedrive/README +++ b/network/onedrive/README @@ -1,18 +1,19 @@ -A complete tool to interact with OneDrive on Linux. +A complete tool to interact with OneDrive on Linux. Built following the UNIX philosophy -What's missing: while local changes are uploaded right away, remote changes are delayed. +What's missing: while local changes are uploaded right away, remote +changes are delayed. After installing the package: -1) For configuration and Usage, see +1) For configuration and Usage, see /usr/doc/onedrive-$VERSION/docs/USAGE.md, /usr/doc/onedrive-$VERSION/config and man onedrive -2) For Docker support, see +2) For Docker support, see /usr/doc/onedrive-$VERSION/docs/Docker.md -3) For Sharepoint group drive in Office 365 business or education, see +3) For Sharepoint group drive in Office 365 business or education, see /usr/doc/onedrive-$VERSION/docs/Office365.md -4) If you encounter any bugs you can report them here on Github: +4) If you encounter any bugs you can report them here on Github: https://github.com/abraunegg/onedrive -(see /usr/doc/onedrive-$VERSION/README.md for more details how to do this) - +(see /usr/doc/onedrive-$VERSION/README.md for more details how to do +this) diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index acc01c9b30a2..7992a367a141 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.4.5} +VERSION=${VERSION:-2.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index e82c158b18ae..ccae3ce149ef 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.4.5" +VERSION="2.4.6" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.5/onedrive-2.4.5.tar.gz" -MD5SUM="46bcd6769166f144b1a8b6990f1758d2" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.6/onedrive-2.4.6.tar.gz" +MD5SUM="dceb33e1329a5aa89ef3dc28ee541b54" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |