passenger 5.0.30
Closes #3302. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
ea64672bbd
commit
a9dc466b7d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Passenger < Formula
|
class Passenger < Formula
|
||||||
desc "Server for Ruby, Python, and Node.js apps via Apache/NGINX"
|
desc "Server for Ruby, Python, and Node.js apps via Apache/NGINX"
|
||||||
homepage "https://www.phusionpassenger.com/"
|
homepage "https://www.phusionpassenger.com/"
|
||||||
url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.0.29.tar.gz"
|
url "https://s3.amazonaws.com/phusion-passenger/releases/passenger-5.0.30.tar.gz"
|
||||||
sha256 "84dd9553f305b6b87227c87a086068b42f2ba979e7af3f8acd745c99c40f10cc"
|
sha256 "f367e0c1d808d7356c3749222194a72ea03efe61a3bf1b682bd05d47f087b4e3"
|
||||||
head "https://github.com/phusion/passenger.git"
|
head "https://github.com/phusion/passenger.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue