passenger 5.0.5

Closes Homebrew/homebrew#38021.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Hongli Lai (Phusion) 2015-03-24 11:31:18 +01:00 committed by Mike McQuaid
parent 5fd89ae102
commit 08bbae27d6

View file

@ -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