system/kc: Updated for version 2.1.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
110aa13baf
commit
2ee0f6fef1
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2011 Daniel LEVAI
|
||||
# Copyright (c) 2011, 2012 Daniel LEVAI
|
||||
# All rights reserved.
|
||||
#
|
||||
# * Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=kc
|
||||
VERSION=2.1.5
|
||||
VERSION=2.1.6
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kc"
|
||||
VERSION="2.1.5"
|
||||
VERSION="2.1.6"
|
||||
HOMEPAGE="http://keychain.googlecode.com"
|
||||
DOWNLOAD="http://keychain.googlecode.com/files/kc-2.1.5.tar.gz"
|
||||
MD5SUM="c340a166d024fbe54705c64d7116e21f"
|
||||
DOWNLOAD="http://keychain.googlecode.com/files/kc-2.1.6.tar.gz"
|
||||
MD5SUM="b3ad05ba0987c56f32908509cba49da8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libbsd"
|
||||
|
|
Loading…
Reference in New Issue