Skip to content

Commit

Permalink
redis 2.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Joep Loijens authored and MikeMcQuaid committed Sep 16, 2014
1 parent 1f47167 commit 83bb4f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/redis.rb
Expand Up @@ -2,13 +2,10 @@

class Redis < Formula
homepage 'http://redis.io/'
url "http://download.redis.io/releases/redis-2.8.15.tar.gz"
sha1 "afc0d753cea68a26038775df2dea75a76e3d0e1d"
url "http://download.redis.io/releases/redis-2.8.16.tar.gz"
sha1 "198045c8291dd832788ac8a17d2e565752499942"

bottle do
sha1 "68f3cecfd6f10543790af39bc0aad655a10e48b6" => :mavericks
sha1 "05476d1d738ffd715b9b8ee121e9b69db1202612" => :mountain_lion
sha1 "c618dd4b021de36f445d4737a81893239e5b16e1" => :lion
end

head 'https://github.com/antirez/redis.git', :branch => 'unstable'
Expand Down

0 comments on commit 83bb4f3

Please sign in to comment.