passenger 5.1.10

Closes #19376.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2017-10-12 21:09:18 +02:00
parent 5b77af7709
commit ad10d877d7

View file

@ -1,8 +1,8 @@
class Passenger < Formula
desc "Server for Ruby, Python, and Node.js apps via Apache/NGINX"
homepage "https://www.phusionpassenger.com/"
url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.1.8.tar.gz"
sha256 "fef10e4a34c3faa48306c21c0789ee4d4d56fc0e30205cc470a91b486b7a4a7d"
url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.1.10.tar.gz"
sha256 "ff9607e559c2e8a37b0344a347ff59fb91212ed3a26f1253450797856bd8dda2"
head "https://github.com/phusion/passenger.git"
bottle do
@ -26,8 +26,8 @@ class Passenger < Formula
s.gsub! "-L/usr/local/opt/openssl/lib", "-L#{Formula["openssl"].opt_lib}"
end
rake "apache2" if build.with? "apache2-module"
rake "nginx"
system "rake", "apache2" if build.with? "apache2-module"
system "rake", "nginx"
(libexec/"download_cache").mkpath