diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-12-29 18:11:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:41 +0700 |
commit | 090be3a38670540c9dab6368d3929b2b2b88743b (patch) | |
tree | 75a997a44b747322a504d463229dc0c4c7926b2d /system/redis | |
parent | 008240ea7a67105ef1dc8a0bed6f3c8a15188f9d (diff) | |
download | slackbuilds-090be3a38670540c9dab6368d3929b2b2b88743b.tar.gz |
system/redis: Updated for version 3.2.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/redis')
-rw-r--r-- | system/redis/redis.SlackBuild | 2 | ||||
-rw-r--r-- | system/redis/redis.info | 8 | ||||
-rw-r--r-- | system/redis/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index eefd140eee..fcfccda7ba 100644 --- a/system/redis/redis.SlackBuild +++ b/system/redis/redis.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=redis -VERSION=${VERSION:-3.2.3} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/redis/redis.info b/system/redis/redis.info index 1fdc6da16b..b7962d1a11 100644 --- a/system/redis/redis.info +++ b/system/redis/redis.info @@ -1,8 +1,8 @@ PRGNAM="redis" -VERSION="3.2.3" -HOMEPAGE="http://redis.io/" -DOWNLOAD="http://download.redis.io/releases/redis-3.2.3.tar.gz" -MD5SUM="138209b54dfc9819e6aea7b9503f8bd3" +VERSION="3.2.6" +HOMEPAGE="https://redis.io/" +DOWNLOAD="http://download.redis.io/releases/redis-3.2.6.tar.gz" +MD5SUM="d0e81d1e19f673fd84d01784bf9fb5f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/redis/slack-desc b/system/redis/slack-desc index 2aadefa693..28359f0d55 100644 --- a/system/redis/slack-desc +++ b/system/redis/slack-desc @@ -16,4 +16,4 @@ redis: add/remove elements, perform server side union, intersection, redis: Records are organized in hash table, B+ tree, or a fixed-length array. redis: Redis supports different kinds of sorting abilities. redis: -redis: Homepage: http://redis.io/ +redis: Homepage: https://redis.io/ |