Skip to content

Commit

Permalink
redis 3.2.0
Browse files Browse the repository at this point in the history
Closes #908.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
IsaacSchwoch authored and apjanke committed May 6, 2016
1 parent 406503a commit 5aee37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/redis.rb
@@ -1,8 +1,8 @@
class Redis < Formula
desc "Persistent key-value database, with built-in net interface"
homepage "http://redis.io/"
url "http://download.redis.io/releases/redis-3.0.7.tar.gz"
sha256 "b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23"
url "http://download.redis.io/releases/redis-3.2.0.tar.gz"
sha256 "989f1af3dc0ac1828fdac48cd6c608f5a32a235046dddf823226f760c0fd8762"
head "https://github.com/antirez/redis.git", :branch => "unstable"

bottle do
Expand Down

0 comments on commit 5aee37c

Please sign in to comment.