aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/passenger.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index e4bff170b..328f2b628 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.20.tar.gz'
- sha1 '27608024ba9995b53474500d1fc3eb12fff945f0'
+ url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.21.tar.gz'
+ sha1 '66b3b2b85283df2b7875d4dcc044dc1afb28a58b'
head 'https://github.com/phusion/passenger.git'
depends_on :macos => :lion
@@ -15,8 +15,8 @@ class Passenger < Formula
necessary_files = Dir["configure", "Rakefile", "README.md", "CONTRIBUTORS",
"CONTRIBUTING.md", "LICENSE", "INSTALL.md", "NEWS", "passenger.gemspec",
- "build", "lib", "bin", "doc", "man", "helper-scripts", "ext",
- "resources", "buildout"]
+ "build", "lib", "node_lib", "bin", "doc", "man", "helper-scripts",
+ "ext", "resources", "buildout"]
libexec.mkpath
cp_r necessary_files, libexec, :preserve => true