diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-08-19 16:13:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:24:02 +0700 |
commit | c0f5082e4b12a941f9f9e9f0d093b92be4829243 (patch) | |
tree | bcb7644db6cd49cc62316866d9d61f90497fb027 /system/kyotocabinet/kyotocabinet.SlackBuild | |
parent | 0f350f7966e8b38fff8ed70499ac1b1b6b8400a8 (diff) |
system/kyotocabinet: Updated for version 1.2.77.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/kyotocabinet/kyotocabinet.SlackBuild')
-rw-r--r-- | system/kyotocabinet/kyotocabinet.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/kyotocabinet/kyotocabinet.SlackBuild b/system/kyotocabinet/kyotocabinet.SlackBuild index 6cb8823a5a90..08b092fc6020 100644 --- a/system/kyotocabinet/kyotocabinet.SlackBuild +++ b/system/kyotocabinet/kyotocabinet.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for kyotocabinet -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kyotocabinet -VERSION=${VERSION:-1.2.76} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.77} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |