redis 2.8.17
This commit is contained in:
parent
3ba6e501c1
commit
4be328ce1f
1 changed files with 2 additions and 5 deletions
|
@ -2,13 +2,10 @@ require 'formula'
|
|||
|
||||
class Redis < Formula
|
||||
homepage 'http://redis.io/'
|
||||
url "http://download.redis.io/releases/redis-2.8.16.tar.gz"
|
||||
sha1 "198045c8291dd832788ac8a17d2e565752499942"
|
||||
url "http://download.redis.io/releases/redis-2.8.17.tar.gz"
|
||||
sha1 "913479f9d2a283bfaadd1444e17e7bab560e5d1e"
|
||||
|
||||
bottle do
|
||||
sha1 "10f76be933e08fbd3877b5cba040059c99ed71ce" => :mavericks
|
||||
sha1 "ee9467f5c76aafdc505ccf51e9b64fc5f0ed669c" => :mountain_lion
|
||||
sha1 "a1d0ac40fe43165925ed3710efa92a890d18efff" => :lion
|
||||
end
|
||||
|
||||
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
|
||||
|
|
Loading…
Reference in a new issue