diff options
| author | Bo Xiao | 2011-03-19 00:24:28 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-18 09:33:58 -0700 | 
| commit | 4c64c9107b2f56e17d87d749bba3feedd5ec2800 (patch) | |
| tree | a3e22fc99fbff3006e06725292123ad2579cdb0d /Library/Formula/cherokee.rb | |
| parent | fd7232b0af93a33873a108cbcb297d2f484c3d7c (diff) | |
| download | homebrew-4c64c9107b2f56e17d87d749bba3feedd5ec2800.tar.bz2 | |
cherokee 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cherokee.rb')
| -rw-r--r-- | Library/Formula/cherokee.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb index 47267ee1a..8afbb8003 100644 --- a/Library/Formula/cherokee.rb +++ b/Library/Formula/cherokee.rb @@ -1,9 +1,9 @@  require 'formula'  class Cherokee < Formula -  url 'http://www.cherokee-project.com/download/1.0/1.0.20/cherokee-1.0.20.tar.gz' +  url 'http://www.cherokee-project.com/download/1.2/1.2.1/cherokee-1.2.1.tar.gz'    homepage 'http://www.cherokee-project.com/' -  sha1 '8ff35e097ed7acf6cfea090501d05bbf0c4a799b' +  sha1 '982bc99e966218661abd562d604aea32923bfde9'    depends_on 'gettext'  | 
