mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/kitchen-sync: Updated for version 2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d9389051a4
commit
3051ab09f3
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kitchen-sync
|
||||
|
||||
# Copyright 2016-2019 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2016-2020 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.17}
|
||||
VERSION=${VERSION:-2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,9 @@ cd $TMP
|
|||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
|
||||
zcat $CWD/0001-Restore-compatibility-with-1.0-servers.patch.gz | patch -p1
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kitchen-sync"
|
||||
VERSION="1.17"
|
||||
VERSION="2.3"
|
||||
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v1.17/kitchen_sync-1.17.tar.gz"
|
||||
MD5SUM="54290cca72b0d0b8e53381e38296c060"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/v2.3/kitchen_sync-2.3.tar.gz"
|
||||
MD5SUM="fc6de47a245bee554ce3dd0b44613b6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue