diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/passenger.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb index dd6dcc64f..906d0d96d 100644 --- a/Library/Formula/passenger.rb +++ b/Library/Formula/passenger.rb @@ -1,7 +1,7 @@ class Passenger < Formula homepage "https://www.phusionpassenger.com/" - url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.0.4.tar.gz" - sha256 '5c29f2c1407db515ddccd540443cb34bff7ca180b3e269c2e28a34ad795f99f6' + url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.0.5.tar.gz" + sha256 '4a0d696cf6a702a97dd74aa9a377a637f547887b4afc6ee574329d87326bfcdc' head "https://github.com/phusion/passenger.git" bottle do @@ -31,7 +31,7 @@ class Passenger < Formula 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"] + "dev", "helper-scripts", "ext", "resources", "buildout"] libexec.mkpath cp_r necessary_files, libexec, :preserve => true |
