diff options
author | Rob van Nues <sborg63@disroot.org> | 2019-12-07 20:14:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 20:14:30 +0700 |
commit | b1749794e30115e3f789ab8ab3f1d977d5ed2c7d (patch) | |
tree | 10e847979f38bf9f3f2d7522ef74e26e0f06edf9 | |
parent | 5c87c42c77f3fc287f8c87a5e86146eb808625f3 (diff) | |
download | slackbuilds-b1749794e30115e3f789ab8ab3f1d977d5ed2c7d.tar.gz |
network/onedrive: Updated for version 2.3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/onedrive/README | 15 | ||||
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 2 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
3 files changed, 19 insertions, 4 deletions
diff --git a/network/onedrive/README b/network/onedrive/README index 29e3b9bc22..74e251e20d 100644 --- a/network/onedrive/README +++ b/network/onedrive/README @@ -1,2 +1,17 @@ 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. + +After installing the package: +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 +/usr/doc/onedrive-$VERSION/docs/Docker.md +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: +https://github.com/abraunegg/onedrive +(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 826ee27fed..c44dea0221 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.11} +VERSION=${VERSION:-2.3.12} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index af6729dbc3..0d84cd1c15 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.3.11" +VERSION="2.3.12" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.3.11/onedrive-2.3.11.tar.gz" -MD5SUM="ed782c7ddb0f6473945a36d062bbf47b" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.3.12/onedrive-2.3.12.tar.gz" +MD5SUM="34e7b88f60b1d839dbb757dc87dd5d4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |