summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-05-29 00:19:28 +0200
committer Willy Sudiarto Raharjo2021-06-08 02:39:20 +0200
commit9c2ffe2fbaf7ad020dd9e0dfb083720412a3cd85 (patch)
tree944c16577893dafd2b14b82ddbb8cc66f23fb8a3
parent5b070632bd7414d883c3e82cf2890103a8418b97 (diff)
downloadslackbuilds-9c2ffe2fbaf7ad020dd9e0dfb083720412a3cd85.tar.gz
system/kitchen-sync: Updated for version 2.11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gzbin745 -> 0 bytes
-rw-r--r--system/kitchen-sync/kitchen-sync.SlackBuild6
-rw-r--r--system/kitchen-sync/kitchen-sync.info6
3 files changed, 5 insertions, 7 deletions
diff --git a/system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz b/system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz
deleted file mode 100644
index 8e6849a610..0000000000
--- a/system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz
+++ /dev/null
Binary files differ
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild
index 7d85b220aa..cfe543d1f3 100644
--- a/system/kitchen-sync/kitchen-sync.SlackBuild
+++ b/system/kitchen-sync/kitchen-sync.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for kitchen-sync
-# Copyright 2016-2020 Andrew Clemons, Wellington New Zealand
+# Copyright 2016-2021 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=kitchen-sync
SRCNAM=$(echo "$PRGNAM" | tr '-' '_')
-VERSION=${VERSION:-2.10}
+VERSION=${VERSION:-2.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,8 +60,6 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
-zcat $CWD/0001-Restore-compatibility-with-1.0-servers.patch.gz | patch -p1
-
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info
index 0ef6843485..afb9d17ddb 100644
--- a/system/kitchen-sync/kitchen-sync.info
+++ b/system/kitchen-sync/kitchen-sync.info
@@ -1,8 +1,8 @@
PRGNAM="kitchen-sync"
-VERSION="2.10"
+VERSION="2.11"
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
-DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v2.10/kitchen_sync-2.10.tar.gz"
-MD5SUM="e5c7a8a83966e41e16b2ee37c10365ac"
+DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v2.11/kitchen_sync-2.11.tar.gz"
+MD5SUM="68cc5ae310b83550f36b2ba1d8ace837"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""