diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-05-19 12:24:37 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:30 +0700 |
commit | da2c985c6acb9b5d3aab491b3b784cc73ca33c81 (patch) | |
tree | 170fcd18d91daae0f7a3e55e143c90f79cec01cd /system | |
parent | 722141cdb3327044080c309128e38df618859733 (diff) |
system/kitchen-sync: Updated for version 1.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 4 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 24eeb0fd0f7a..0859e66251a8 100644 --- a/system/kitchen-sync/kitchen-sync.SlackBuild +++ b/system/kitchen-sync/kitchen-sync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kitchen-sync -# Copyright 2016-2017 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2018 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.99.1} +VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info index c56cd6b4ab74..555d0a7db8e0 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="0.99.1" +VERSION="1.0" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.99.1/kitchen_sync-0.99.1.tar.gz" -MD5SUM="a0698b77e72d7e4bfbd3e76b902ee0b2" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.0/kitchen_sync-1.0.tar.gz" +MD5SUM="6c33d66281d95f1275ffd170fd40aa3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yaml-cpp" |