summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2019-05-10 08:31:52 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-11 07:20:54 +0700
commitce87fc77e9ea41df9f2f52d1f3c73a4d336caad6 (patch)
tree823d7348ac5a0117d0ccad5c374f756c6ffee24e /system
parent93b04bc0f171712db4da8c8109c126753067a5a9 (diff)
downloadslackbuilds-ce87fc77e9ea41df9f2f52d1f3c73a4d336caad6.tar.gz
slackbuilds-ce87fc77e9ea41df9f2f52d1f3c73a4d336caad6.tar.xz
system/kitchen-sync: Updated for version 1.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/kitchen-sync/kitchen-sync.SlackBuild3
-rw-r--r--system/kitchen-sync/kitchen-sync.info6
-rw-r--r--system/kitchen-sync/missing_test.diff.gzbin0 -> 320 bytes
3 files changed, 5 insertions, 4 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild
index 80b45a3c74..6dd1585c3a 100644
--- a/system/kitchen-sync/kitchen-sync.SlackBuild
+++ b/system/kitchen-sync/kitchen-sync.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=kitchen-sync
SRCNAM=$(echo "$PRGNAM" | tr '-' '_')
-VERSION=${VERSION:-1.14}
+VERSION=${VERSION:-1.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,6 +60,7 @@ 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
+zcat $CWD/missing_test.diff.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 f09cba8ace..83ab6c8e99 100644
--- a/system/kitchen-sync/kitchen-sync.info
+++ b/system/kitchen-sync/kitchen-sync.info
@@ -1,8 +1,8 @@
PRGNAM="kitchen-sync"
-VERSION="1.14"
+VERSION="1.16"
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
-DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v1.14/kitchen_sync-1.14.tar.gz"
-MD5SUM="72c973c4dd4931dc7d5d570e46994ba6"
+DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v1.16/kitchen_sync-1.16.tar.gz"
+MD5SUM="bd330b04610f4a44b4b5c3cea0877a5e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/kitchen-sync/missing_test.diff.gz b/system/kitchen-sync/missing_test.diff.gz
new file mode 100644
index 0000000000..806e4ad54f
--- /dev/null
+++ b/system/kitchen-sync/missing_test.diff.gz
Binary files differ