summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/onedrive/README15
-rw-r--r--network/onedrive/onedrive.SlackBuild2
-rw-r--r--network/onedrive/onedrive.info6
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"