aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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"