aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHongli Lai (Phusion)2014-03-10 12:16:56 +0100
committerMike McQuaid2014-03-10 11:38:36 +0000
commitce92663904e4716a646b59c30404cad797d243c1 (patch)
tree60ab27d7b89b7ebccba2a816438ce442a256506e /Library/Formula
parent94123135857454df7ce8082569fce645b4e9b6ee (diff)
downloadhomebrew-ce92663904e4716a646b59c30404cad797d243c1.tar.bz2
passenger 4.0.38
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/passenger.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index 1f37759d5..b6b8a4b32 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.37.tar.gz'
- sha1 'db3d21fdbb68403fc43a39de0ab485e8e0444922'
+ url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.38.tar.gz'
+ sha1 'c1e80c27b3f1c43d91dbd239ddecd4b81e6c13bd'
head 'https://github.com/phusion/passenger.git'
depends_on 'pcre'
@@ -15,9 +15,9 @@ class Passenger < Formula
rake "webhelper"
necessary_files = Dir["configure", "Rakefile", "README.md", "CONTRIBUTORS",
- "CONTRIBUTING.md", "LICENSE", "INSTALL.md", "NEWS", "passenger.gemspec",
- "build", "lib", "node_lib", "bin", "doc", "man", "helper-scripts",
- "ext", "resources", "buildout"]
+ "CONTRIBUTING.md", "LICENSE", "CHANGELOG", "INSTALL.md",
+ "passenger.gemspec", "build", "lib", "node_lib", "bin", "doc", "man",
+ "helper-scripts", "ext", "resources", "buildout"]
libexec.mkpath
cp_r necessary_files, libexec, :preserve => true