redis 4.0.2
Closes #18391. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e34de0b556
commit
036c9eafe7
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-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
|
||||
|
|
Loading…
Reference in a new issue