diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-05-11 13:38:51 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:19 +0700 |
commit | 4f95704042ce44325f46d02ade545677bd121e19 (patch) | |
tree | 985dcea3bb5a59ddbc076f7272d7e33d3e4ceeb0 /system | |
parent | 05e672f669d81abf9198a6e85d66fe691630fb80 (diff) | |
download | slackbuilds-4f95704042ce44325f46d02ade545677bd121e19.tar.gz |
system/kitchen-sync: Updated for version 1.16.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 3 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 6 | ||||
-rw-r--r-- | system/kitchen-sync/missing_test.diff.gz | bin | 320 -> 0 bytes |
3 files changed, 4 insertions, 5 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 6dd1585c3a..f5946c1243 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.16} +VERSION=${VERSION:-1.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +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 -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 83ab6c8e99..cd5bad85df 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="1.16" +VERSION="1.16.1" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v1.16/kitchen_sync-1.16.tar.gz" -MD5SUM="bd330b04610f4a44b4b5c3cea0877a5e" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v1.16.1/kitchen_sync-1.16.1.tar.gz" +MD5SUM="87f381aee6ce7c30dfac6420ac433bcb" 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 Binary files differdeleted file mode 100644 index 806e4ad54f..0000000000 --- a/system/kitchen-sync/missing_test.diff.gz +++ /dev/null |