passenger 4.0.25
Closes Homebrew/homebrew#24505. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a305f4f65b
commit
4793142c0d
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.24.tar.gz'
|
||||
sha1 '70c1ace581bf61a3190c116395a7a091bcb77f58'
|
||||
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.25.tar.gz'
|
||||
sha1 'e830f46fd3e666017ae3c441efdfe36cc575364e'
|
||||
head 'https://github.com/phusion/passenger.git'
|
||||
|
||||
depends_on :macos => :lion
|
||||
|
|
Loading…
Reference in a new issue