Skip to content

Commit

Permalink
passenger 4.0.46
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#30862.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
FooBarWidget authored and jacknagel committed Jul 15, 2014
1 parent 9f929c7 commit f50fff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/passenger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

class Passenger < Formula
homepage 'https://www.phusionpassenger.com/'
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.45.tar.gz'
sha1 '51dc7f0b01c16fa61d16db894aa61cce9c1b074e'
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.46.tar.gz'
sha1 '285ff151267c270ef1c85675186d0caeb61b9133'
head 'https://github.com/phusion/passenger.git'

bottle do
Expand All @@ -19,7 +19,7 @@ def install
rake "nginx"
rake "webhelper"

necessary_files = Dir["configure", "Rakefile", "README.md", "CONTRIBUTORS",
necessary_files = Dir[".editorconfig", "configure", "Rakefile", "README.md", "CONTRIBUTORS",
"CONTRIBUTING.md", "LICENSE", "CHANGELOG", "INSTALL.md",
"passenger.gemspec", "build", "lib", "node_lib", "bin", "doc", "man",
"helper-scripts", "ext", "resources", "buildout"]
Expand Down

0 comments on commit f50fff8

Please sign in to comment.