diff options
author | brobr <sborg63@disroot.org> | 2022-06-04 23:08:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:08 +0700 |
commit | 81a16ef5b4ab022f55af09db94e2c2d66b649e6f (patch) | |
tree | 17f4efbe60e2dce18386a84ac155f2afb48196ff /network/onedrive | |
parent | b91be7c777277b9f4d549ebe04f8edd508ca5514 (diff) | |
download | slackbuilds-81a16ef5b4ab022f55af09db94e2c2d66b649e6f.tar.gz |
network/onedrive: Updated to version 2.4.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive')
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 5 | ||||
-rw-r--r-- | network/onedrive/onedrive.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index 90127731fb..f2565f053b 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.17} +VERSION=${VERSION:-2.4.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,8 +99,7 @@ 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 b322d13502..de2382303c 100644 --- a/network/onedrive/onedrive.info +++ b/network/onedrive/onedrive.info @@ -1,8 +1,8 @@ PRGNAM="onedrive" -VERSION="2.4.17" +VERSION="2.4.18" HOMEPAGE="https://github.com/abraunegg/onedrive/releases" -DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.17/onedrive-2.4.17.tar.gz" -MD5SUM="043f16b922ad3a83e976865e0b8f7cc5" +DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.18/onedrive-2.4.18.tar.gz" +MD5SUM="64516b82e56575e084dd6b51f9f9d983" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="dmd" |