system/kitchen-sync: Updated for version 1.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2018-10-03 14:42:58 +13:00 committed by Willy Sudiarto Raharjo
parent 5f9d538595
commit 2f708f1c12
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=kitchen-sync
SRCNAM=$(echo "$PRGNAM" | tr '-' '_')
VERSION=${VERSION:-1.2}
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="kitchen-sync"
VERSION="1.2"
VERSION="1.3"
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.2/kitchen_sync-1.2.tar.gz"
MD5SUM="338857acb232752719400fe894b8d074"
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.3/kitchen_sync-1.3.tar.gz"
MD5SUM="3d54b38ddb1ec75fadf3af6dfcedfaf1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yaml-cpp"