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>
This commit is contained in:
parent
85884f5085
commit
a8bc08b37a
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue