aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJoep Loijens2014-09-15 09:19:17 +0200
committerMike McQuaid2014-09-15 12:13:10 +0100
commitf4a603cfd3baf1934f9c16cf79a234f90be7e05c (patch)
tree8e510066712d5f392d5e5c0f3e50b77c9e4b4724 /Library/Formula
parent85c43bd3f568984a5a2209b046a42e7dd83fb57d (diff)
downloadhomebrew-f4a603cfd3baf1934f9c16cf79a234f90be7e05c.tar.bz2
redis 2.8.15
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redis.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 49fd43aa9..a5721ba9e 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,13 +2,10 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url "http://download.redis.io/releases/redis-2.8.14.tar.gz"
- sha1 "fd0edc045f2b53057d7f6ab38e2fe99086c87e8d"
+ url "http://download.redis.io/releases/redis-2.8.15.tar.gz"
+ sha1 "afc0d753cea68a26038775df2dea75a76e3d0e1d"
bottle do
- sha1 "ccce44232307e1b943be22831ce058dda0c4affb" => :mavericks
- sha1 "26a3c474596d83107b745d6c5e436f655ccdc42a" => :mountain_lion
- sha1 "16db4d79e31274c08e700389f2feb4b2ccf8ee6a" => :lion
end
head 'https://github.com/antirez/redis.git', :branch => 'unstable'