diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 4 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 11b1acf86c..0d9a077d6c 100644 --- a/system/kitchen-sync/kitchen-sync.SlackBuild +++ b/system/kitchen-sync/kitchen-sync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kitchen-sync -# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand +# Copyright 2016 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=kitchen-sync SRCNAM=$(echo "$PRGNAM" | tr '-' '_') -VERSION=${VERSION:-0.60} +VERSION=${VERSION:-0.56} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info index 69061fed53..d037c1ee61 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="0.60" +VERSION="0.56" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.60/kitchen_sync-0.60.tar.gz" -MD5SUM="47461b587c9128aadef52fdf5845ecd5" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.56/kitchen_sync-0.56.tar.gz" +MD5SUM="7238f932a78d75f81c0175f08615d91d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yaml-cpp" |