Skip to content

Commit

Permalink
redis 4.0.11
Browse files Browse the repository at this point in the history
Closes Homebrew#30791.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Aug 4, 2018
1 parent a60a1ec commit 39649c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/redis.rb
Original file line number Diff line number Diff line change
@@ -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.10.tar.gz"
sha256 "1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4"
url "http://download.redis.io/releases/redis-4.0.11.tar.gz"
sha256 "fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb"
head "https://github.com/antirez/redis.git", :branch => "unstable"

bottle do
Expand Down

0 comments on commit 39649c8

Please sign in to comment.