mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/kitchen-sync: Updated for version 0.99.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
398c64ce48
commit
48b086efa2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kitchen-sync
|
||||
|
||||
# Copyright 2016 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2016-2017 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}
|
||||
VERSION=${VERSION:-0.99.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kitchen-sync"
|
||||
VERSION="0.99"
|
||||
VERSION="0.99.1"
|
||||
HOMEPAGE="https://github.com/willbryant/kitchen_sync"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.99/kitchen_sync-0.99.tar.gz"
|
||||
MD5SUM="f21cc39219d37b11b2d685f2f4dbdc2d"
|
||||
DOWNLOAD="https://github.com/willbryant/kitchen_sync/archive/0.99.1/kitchen_sync-0.99.1.tar.gz"
|
||||
MD5SUM="a0698b77e72d7e4bfbd3e76b902ee0b2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="yaml-cpp"
|
||||
|
|
Loading…
Reference in a new issue