From 25435c7647dfc6965063450d0b3ee1e313a880dd Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Thu, 27 Aug 2015 15:42:20 -0700 Subject: [PATCH] mongrel2 1.9.3 Closes Homebrew/homebrew#43339. Signed-off-by: Xu Cheng --- Formula/mongrel2.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/mongrel2.rb b/Formula/mongrel2.rb index e896ea1a34..51e8575ef0 100644 --- a/Formula/mongrel2.rb +++ b/Formula/mongrel2.rb @@ -3,11 +3,10 @@ require "formula" class Mongrel2 < Formula desc "Application, language, and network architecture agnostic web server" homepage "http://mongrel2.org/" - url "https://github.com/zedshaw/mongrel2/releases/download/1.9.2/mongrel2-v1.9.2.tar.bz2" - sha1 "1b44d8028bba7f427cfda3fc7bf6c4350d810a75" - revision 1 + url "https://github.com/mongrel2/mongrel2/releases/download/v1.9.3/mongrel2-v1.9.3.tar.bz2" + sha256 "40ee0e804053f812cc36906464289ea656a4fc53b4a82d49796cafbe37f97425" - head "https://github.com/zedshaw/mongrel2.git" + head "https://github.com/mongrel2/mongrel2.git" bottle do cellar :any