aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongli Lai (Phusion)2014-01-28 22:41:23 +0100
committerJack Nagel2014-01-28 16:39:38 -0600
commit9e66a081d92491f0f11d3e82929892fcbf414c56 (patch)
treeb73299bf6ec0f717cc54876f70337534c99b91ee
parent38b5d530399b05a6e0bd8390911c4109c74ea08b (diff)
downloadhomebrew-9e66a081d92491f0f11d3e82929892fcbf414c56.tar.bz2
passenger 4.0.37
Closes #26233. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/passenger.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index cb1021b6a..15c31e871 100644
--- a/Library/Formula/passenger.rb
+++ b/Library/Formula/passenger.rb
@@ -2,8 +2,8 @@ require 'formula'
class Passenger < Formula
homepage 'https://www.phusionpassenger.com/'
- url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.36.tar.gz'
- sha1 '25fba1105376b15e9a6474fea3f1c449cf29e73d'
+ url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.37.tar.gz'
+ sha1 'db3d21fdbb68403fc43a39de0ab485e8e0444922'
head 'https://github.com/phusion/passenger.git'
depends_on 'pcre'