Commit e6aa5be2 authored by Kirill Smelkov's avatar Kirill Smelkov

X Upgrade redis to latest

parent b998b3ba
...@@ -7,8 +7,8 @@ extends = ../tcl/buildout.cfg ...@@ -7,8 +7,8 @@ extends = ../tcl/buildout.cfg
[redis] [redis]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = https://github.com/geoffgarside/redis/archive/ipv6.tar.gz url = http://download.redis.io/releases/redis-3.0.2.tar.gz
md5sum = 0eb594bd4e8ee746a0e2ef67b28cb5d8 md5sum = 87be8867447f62524b584813e5a7bd14
configure-command = true configure-command = true
prefix = prefix =
make-options = make-options =
...@@ -18,4 +18,4 @@ make-targets = ...@@ -18,4 +18,4 @@ make-targets =
install install
test test
environment = environment =
PATH=${tcl:location}/bin:%(PATH)s PATH=${tcl:location}/bin:%(PATH)s
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment