redis 4.0.2

Closes #18391.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-09-21 09:00:30 -07:00
parent e34de0b556
commit 036c9eafe7

View file

@ -1,8 +1,8 @@
class Redis < Formula
desc "Persistent key-value database, with built-in net interface"
homepage "https://redis.io/"
url "http://download.redis.io/releases/redis-4.0.1.tar.gz"
sha256 "2049cd6ae9167f258705081a6ef23bb80b7eff9ff3d0d7481e89510f27457591"
url "http://download.redis.io/releases/redis-4.0.2.tar.gz"
sha256 "b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813"
head "https://github.com/antirez/redis.git", :branch => "unstable"
bottle do