diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-06-22 09:36:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:21 +0700 |
commit | a8751ba71858700952799c1e9ac170be684cda4c (patch) | |
tree | 0fe5ff01fbd9f7a3a2393d886c4e4e5f17ee042d /system | |
parent | e3431f819240367c914457948a1c722bed86d349 (diff) |
system/kitchen-sync: Updated for version 0.1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 2 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 531073079536..5a8f863fb739 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:-0.58} +VERSION=${VERSION:-0.59} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info index 4372bde8f306..84c36735d21c 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="0.58" +VERSION="0.59" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.58/kitchen_sync-0.58.tar.gz" -MD5SUM="31ecc377fbf9e2ad2ecdd519c83e1a78" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.59/kitchen_sync-0.59.tar.gz" +MD5SUM="ea766b020731a9918b4aeb700214f54c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yaml-cpp" |