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 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="" |