diff options
author | brobr <sborg63@disroot.org> | 2022-05-05 11:21:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:25 +0700 |
commit | f3ea81fa82b7d95569fd4c56392129d82c473824 (patch) | |
tree | 5488b4de905f78c0772ee00bd479b7d66cd6ee98 /network/onedrive | |
parent | 7da9cda6c897c747862ad7fa8eba40e7104790dd (diff) | |
download | slackbuilds-f3ea81fa82b7d95569fd4c56392129d82c473824.tar.gz |
network/onedrive: Updated for version 2.4.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive')
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 4 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index 4d1601aaa2..90127731fb 100644 --- a/network/onedrive/onedrive.SlackBuild +++ b/network/onedrive/onedrive.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onedrive -VERSION=${VERSION:-2.4.16} +VERSION=${VERSION:-2.4.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,6 +99,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +# @aclemons: man archive ends up as an executable; to correct this: +for i in $( find $PKG/usr/man -name ${PRGNAM}.?.gz) ; do chmod 0644 $i; done mv $PKG/etc/logrotate.d/onedrive $PKG/etc/logrotate.d/onedrive.new diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info index 7d9262e28f..b322d13502 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.4.16" +VERSION="2.4.17" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.16/onedrive-2.4.16.tar.gz" -MD5SUM="d4362eb8093c22f37fa1bf93b1749069" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.17/onedrive-2.4.17.tar.gz" +MD5SUM="043f16b922ad3a83e976865e0b8f7cc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |