diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-12-10 12:44:40 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 20:44:15 +0700 |
commit | 271c55914587fcb85004f6cdf79d6d8d51e3f48d (patch) | |
tree | cb0b1c9d4f873e2f963760e2d77304fdc1c9751a | |
parent | a7888829d55730f9703a25421e75492432b2f6fa (diff) |
system/kitchen-sync: Updated for version 1.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz | bin | 0 -> 745 bytes | |||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 5 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 8 |
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 Binary files differnew file mode 100644 index 000000000000..8e6849a610fa --- /dev/null +++ b/system/kitchen-sync/0001-Restore-compatibility-with-1.0-servers.patch.gz diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 3f90f4004a49..b8fef5675e0b 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 21613122ca69..183db857f612 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" |