mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/kitchen-sync: Updated for version 0.56.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9525ae1b4b
commit
c9e62a5fda
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kitchen-sync
|
||||
|
||||
# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2016 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:-0.60}
|
||||
VERSION=${VERSION:-0.56}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kitchen-sync"
|
||||
VERSION="0.60"
|
||||
VERSION="0.56"
|
||||
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.60/kitchen_sync-0.60.tar.gz"
|
||||
MD5SUM="47461b587c9128aadef52fdf5845ecd5"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.56/kitchen_sync-0.56.tar.gz"
|
||||
MD5SUM="7238f932a78d75f81c0175f08615d91d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yaml-cpp"
|
||||
|
|
Loading…
Reference in a new issue