system/kitchen-sync: Updated for version 0.58.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2017-05-01 09:01:29 +07:00 committed by Willy Sudiarto Raharjo
parent 501d308121
commit db05b7ab41
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for kitchen-sync # Slackware build script for kitchen-sync
# Copyright 2016 Andrew Clemons, Wellington New Zealand # Copyright 2016-2017 Andrew Clemons, Wellington New Zealand
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=kitchen-sync PRGNAM=kitchen-sync
SRCNAM=$(echo "$PRGNAM" | tr '-' '_') SRCNAM=$(echo "$PRGNAM" | tr '-' '_')
VERSION=${VERSION:-0.56} VERSION=${VERSION:-0.58}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="kitchen-sync" PRGNAM="kitchen-sync"
VERSION="0.56" VERSION="0.58"
HOMEPAGE="https://github.com/willbryant/kitchen_sync" HOMEPAGE="https://github.com/willbryant/kitchen_sync"
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.56/kitchen_sync-0.56.tar.gz" DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.58/kitchen_sync-0.58.tar.gz"
MD5SUM="7238f932a78d75f81c0175f08615d91d" MD5SUM="31ecc377fbf9e2ad2ecdd519c83e1a78"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="yaml-cpp" REQUIRES="yaml-cpp"