aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrobr <sborg63@disroot.org>2024-10-12 00:03:12 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-12 11:34:38 +0700
commit5e9497215fdd9ca2abd0c1f90f09025485fd481c (patch)
treea62e3d8ecb8f5a1901d772f1c55910c6204adef7
parent826d337cced35896f62edc3b832f7b7ae641e47c (diff)
network/onedrive: Updated to version 2.5.2
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/onedrive/onedrive.SlackBuild7
-rw-r--r--network/onedrive/onedrive.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild
index b15aa0b989a2..38c7717870b3 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.25}
+VERSION=${VERSION:-2.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -105,7 +102,7 @@ mv $PKG/etc/logrotate.d/onedrive $PKG/etc/logrotate.d/onedrive.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- README.md LICENSE CHANGELOG.md docs \
+ readme.md LICENSE docs \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp $PKG/usr/share/doc/onedrive/config $PKG/usr/doc/$PRGNAM-$VERSION/config
diff --git a/network/onedrive/onedrive.info b/network/onedrive/onedrive.info
index f7ca138caa9c..bb24444759a9 100644
--- a/network/onedrive/onedrive.info
+++ b/network/onedrive/onedrive.info
@@ -1,8 +1,8 @@
PRGNAM="onedrive"
-VERSION="2.4.25"
+VERSION="2.5.2"
HOMEPAGE="https://github.com/abraunegg/onedrive/releases"
-DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.4.25/onedrive-2.4.25.tar.gz"
-MD5SUM="09a7b7be0f24006ec7afd10e2ba194da"
+DOWNLOAD="https://github.com/abraunegg/onedrive/archive/v2.5.2/onedrive-2.5.2.tar.gz"
+MD5SUM="568a973a67bbc4a81ed38fb9d4b7e6a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dmd"