redis 3.2.9

Closes #13690.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2017-05-18 05:08:37 -07:00
parent 820933c8f7
commit b4eac65b05

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-3.2.8.tar.gz"
sha256 "61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c"
url "http://download.redis.io/releases/redis-3.2.9.tar.gz"
sha256 "6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26"
head "https://github.com/antirez/redis.git", :branch => "unstable"
bottle do