aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrandon R. Stoner2015-04-20 17:56:49 -0700
committerMike McQuaid2015-04-21 10:39:53 +0100
commit8f602e0fd59e25b143d90f5af9c579ac16fa10de (patch)
tree326148f866b0caae45fbdcb1708a7018006d38aa /Library/Formula
parentfd0694f2e103a865d1ff4714068ec85fb5e59192 (diff)
downloadhomebrew-8f602e0fd59e25b143d90f5af9c579ac16fa10de.tar.bz2
mongrel2 1.9.2
This contains a hotfix that resolves some security issues regarding PolarSSL as well as some other security-related updates. Closes #38877. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mongrel2.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb
index 1a6b1d403..ac056a99c 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/releases/download/v1.9.1/mongrel2-v1.9.1.tar.gz'
- sha1 'c06b71e23da9537b401e2743c9129a8d16ef6911'
+ url 'https://github.com/zedshaw/mongrel2/releases/download/1.9.2/mongrel2-v1.9.2.tar.bz2'
+ sha1 '1b44d8028bba7f427cfda3fc7bf6c4350d810a75'
head 'https://github.com/zedshaw/mongrel2.git'