aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHongli Lai (Phusion)2015-03-04 15:24:14 +0100
committerJack Nagel2015-03-06 21:49:14 -0500
commit6cad167d3b809f32e278afb74eb124c103b682f0 (patch)
treeb4a55c352e9d78cece1afb6bf94857ffd4123a3e /Library/Formula
parent9c97b3e100300e53ead4e9885591bdff8443377e (diff)
downloadhomebrew-6cad167d3b809f32e278afb74eb124c103b682f0.tar.bz2
passenger 5.0.1
Closes #37393. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/passenger.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index a1785a9ed..ed4995ab1 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.59.tar.gz'
- sha1 '5bbbd7577fbcf59d5e8e18ba61e265b89b98f0d0'
+ url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-5.0.1.tar.gz'
+ sha1 'fb9915e854e91aebc8a16bf9429ea44515cca585'
head 'https://github.com/phusion/passenger.git'
bottle do
@@ -23,6 +23,8 @@ class Passenger < Formula
rake "nginx"
rake "webhelper"
+ (libexec/"download_cache").mkpath
+
# Fixes https://github.com/phusion/passenger/issues/1288
rm_rf "buildout/libev"
rm_rf "buildout/libeio"