diff options
| author | Adam Vandenberg | 2013-03-27 15:16:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-27 15:16:23 -0700 |
| commit | 995b9eda9323bd452a39802f031a58bb4347a550 (patch) | |
| tree | f436d529323427905a966a2476f4c146b0ae75cc /Library | |
| parent | f47bce6b6e9845ec2907467bfad32380c56ea498 (diff) | |
| download | homebrew-995b9eda9323bd452a39802f031a58bb4347a550.tar.bz2 | |
mongrel2: use archive URL
Closes #18782.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongrel2.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
