diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-02-08 18:15:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:42 +0700 |
commit | cb8fe4514519287d42d0d8046761b65cc63d8f5d (patch) | |
tree | 410901c3b1999c3d4ec605a47b5d03a20fe8d780 /system/redis/redis.SlackBuild | |
parent | 974e790ce50cd19104883d691e6f2403dba51335 (diff) | |
download | slackbuilds-cb8fe4514519287d42d0d8046761b65cc63d8f5d.tar.gz |
system/redis: Updated for version 3.2.7.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/redis/redis.SlackBuild')
-rw-r--r-- | system/redis/redis.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index fcfccda7ba..623aa5c8da 100644 --- a/system/redis/redis.SlackBuild +++ b/system/redis/redis.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for redis # Copyright 2010 Kuroi Kenshi <kuroi_kenshi96@yahoo.com> -# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2017 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=redis -VERSION=${VERSION:-3.2.6} +VERSION=${VERSION:-3.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |