redis 5.0.6
Closes #44587. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
26fbbbb8d9
commit
15c55db4cb
1 changed files with 2 additions and 2 deletions
|
@ -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-5.0.5.tar.gz"
|
||||
sha256 "2139009799d21d8ff94fc40b7f36ac46699b9e1254086299f8d3b223ca54a375"
|
||||
url "http://download.redis.io/releases/redis-5.0.6.tar.gz"
|
||||
sha256 "6624841267e142c5d5d5be292d705f8fb6070677687c5aad1645421a936d22b3"
|
||||
head "https://github.com/antirez/redis.git", :branch => "unstable"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue