diff options
Diffstat (limited to 'network')
-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" |