Redis 2.6.5

Closes Homebrew/homebrew#16193.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Shawn Jonnet 2012-11-22 11:49:46 -05:00 committed by Adam Vandenberg
parent a7053548c9
commit f64a4613ca
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
url 'http://redis.googlecode.com/files/redis-2.6.4.tar.gz'
sha1 'dbb66e0c3d2f308cd2a22bcfd9bd6c535a5e9e66'
url 'http://redis.googlecode.com/files/redis-2.6.5.tar.gz'
sha1 '420bbc789342cd82706f940f2d179f1676499887'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'