redis 3.2.9
Closes #13690. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
820933c8f7
commit
b4eac65b05
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Redis < Formula
|
class Redis < Formula
|
||||||
desc "Persistent key-value database, with built-in net interface"
|
desc "Persistent key-value database, with built-in net interface"
|
||||||
homepage "https://redis.io/"
|
homepage "https://redis.io/"
|
||||||
url "http://download.redis.io/releases/redis-3.2.8.tar.gz"
|
url "http://download.redis.io/releases/redis-3.2.9.tar.gz"
|
||||||
sha256 "61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c"
|
sha256 "6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26"
|
||||||
head "https://github.com/antirez/redis.git", :branch => "unstable"
|
head "https://github.com/antirez/redis.git", :branch => "unstable"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue