summaryrefslogtreecommitdiffstats
path: root/system/kitchen-sync
diff options
context:
space:
mode:
Diffstat (limited to 'system/kitchen-sync')
-rw-r--r--system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gzbin0 -> 745 bytes
-rw-r--r--system/kitchen-sync/kitchen-sync.SlackBuild5
-rw-r--r--system/kitchen-sync/kitchen-sync.info8
3 files changed, 7 insertions, 6 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
new file mode 100644
index 0000000000..8e6849a610
--- /dev/null
+++ b/system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz
Binary files differ
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild
index 3f90f4004a..b8fef5675e 100644
--- a/system/kitchen-sync/kitchen-sync.SlackBuild
+++ b/system/kitchen-sync/kitchen-sync.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=kitchen-sync
SRCNAM=$(echo "$PRGNAM" | tr '-' '_')
-VERSION=${VERSION:-1.5}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-1.7}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -59,6 +59,7 @@ cd $TMP
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 21613122ca..183db857f6 100644
--- a/system/kitchen-sync/kitchen-sync.info
+++ b/system/kitchen-sync/kitchen-sync.info
@@ -1,10 +1,10 @@
PRGNAM="kitchen-sync"
-VERSION="1.5"
+VERSION="1.7"
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
-DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.5/kitchen_sync-1.5.tar.gz"
-MD5SUM="3c8fdd92397a76a5d8e370e14a4102de"
+DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.7/kitchen_sync-1.7.tar.gz"
+MD5SUM="2664ba0a5bf043e9aa11801a52f79232"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="yaml-cpp"
+REQUIRES=""
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"