diff --git a/Formula/passenger.rb b/Formula/passenger.rb index e04864f4d5..ffc9dc2a89 100644 --- a/Formula/passenger.rb +++ b/Formula/passenger.rb @@ -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