diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-21 10:53:05 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2018-07-21 11:23:45 +1200 |
commit | e4c52136aecba80927a8e03808cc618cf5cf6722 (patch) | |
tree | 9ff0f6ca36d6a2e37fe75f1e488e777806157eea /system | |
parent | da590adee3048fafaa9aea0ac5174e5edb8c1295 (diff) | |
download | slackbuilds-e4c52136aecba80927a8e03808cc618cf5cf6722.tar.gz |
system/kitchen-sync: Updated for version 1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 2 | ||||
-rw-r--r-- | system/kitchen-sync/kitchen-sync.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 0859e66251..e7c508e3a7 100644 --- a/system/kitchen-sync/kitchen-sync.SlackBuild +++ b/system/kitchen-sync/kitchen-sync.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=kitchen-sync SRCNAM=$(echo "$PRGNAM" | tr '-' '_') -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/kitchen-sync/kitchen-sync.info b/system/kitchen-sync/kitchen-sync.info index 555d0a7db8..70e5781632 100644 --- a/system/kitchen-sync/kitchen-sync.info +++ b/system/kitchen-sync/kitchen-sync.info @@ -1,8 +1,8 @@ PRGNAM="kitchen-sync" -VERSION="1.0" +VERSION="1.1" HOMEPAGE="https://github.com/willbryant/kitchen_sync" -DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.0/kitchen_sync-1.0.tar.gz" -MD5SUM="6c33d66281d95f1275ffd170fd40aa3a" +DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/1.1/kitchen_sync-1.1.tar.gz" +MD5SUM="2ae3bab54990497045e8ad1e1e8edc09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="yaml-cpp" |