passenger 4.0.59
Closes Homebrew/homebrew#36682. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
49a022a8b7
commit
80899ac8e2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Passenger < Formula
|
||||
homepage 'https://www.phusionpassenger.com/'
|
||||
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.58.tar.gz'
|
||||
sha1 'f88b5138274b685748e9c14bce6127d55c47dc90'
|
||||
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.59.tar.gz'
|
||||
sha1 '5bbbd7577fbcf59d5e8e18ba61e265b89b98f0d0'
|
||||
head 'https://github.com/phusion/passenger.git'
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue