diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-09 11:20:45 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:47 +0700 |
commit | a8bc08b37a3c4dbab439fd4b08886062d3f99baf (patch) | |
tree | 22624e2d8c1370ceccdc844c4cf9e084edace966 | |
parent | 85884f508507cf970bf89f9dcf8a8bd054e14d7a (diff) | |
download | slackbuilds-a8bc08b37a3c4dbab439fd4b08886062d3f99baf.tar.gz |
system/kitchen-sync: Updated for version 2.14.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 b8e1610d97..9c414f6408 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-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2022 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kitchen-sync SRCNAM=$(echo "$PRGNAM" | tr '-' '_') -VERSION=${VERSION:-2.11} +VERSION=${VERSION:-2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info index afb9d17ddb..15e15b124c 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="2.11" +VERSION="2.14" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v2.11/kitchen_sync-2.11.tar.gz" -MD5SUM="68cc5ae310b83550f36b2ba1d8ace837" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v2.14/kitchen_sync-2.14.tar.gz" +MD5SUM="932be32f20ff4297c6ebd10b6716b444" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |