From 995b9eda9323bd452a39802f031a58bb4347a550 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 27 Mar 2013 15:16:23 -0700 Subject: mongrel2: use archive URL Closes #18782. --- Library/Formula/mongrel2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb index 380e5753b..09bc1fe83 100644 --- a/Library/Formula/mongrel2.rb +++ b/Library/Formula/mongrel2.rb @@ -2,8 +2,8 @@ require 'formula' class Mongrel2 < Formula homepage 'http://mongrel2.org/' - url 'https://github.com/zedshaw/mongrel2/tarball/v1.8.0' - sha1 '27c942b5c3c72c65084b355f6cbafd814f8cd64b' + url 'https://github.com/zedshaw/mongrel2/archive/v1.8.0.tar.gz' + sha1 '3c6e57caec19df92ff6af28301d70af05ec3e456' head 'https://github.com/zedshaw/mongrel2.git' -- cgit v1.2.3