diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-01-09 19:45:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:36 +0700 |
commit | 48ad50b873fe5ca301ffe7daf8d994fe7f0878ed (patch) | |
tree | 4233f81734b49f0cce7a65ee0bb85d66a29881f3 /system/kitchen-sync/kitchen-sync.SlackBuild | |
parent | 9b107ce0bdee1ec763aa0d4c9cd3704d37929605 (diff) |
system/kitchen-sync: Updated for version 1.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/kitchen-sync/kitchen-sync.SlackBuild')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 6202a9a598a16..5afb04bda5d6a 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-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2019 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:-1.9} +VERSION=${VERSION:-1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |