passenger 4.0.29
Closes Homebrew/homebrew#25177. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0034376627
commit
20e27b7a3e
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.27.tar.gz'
|
||||
sha1 'e5ee41b9639dc2785039e67e20069961f904790a'
|
||||
url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.29.tar.gz'
|
||||
sha1 '33883e2e77cf72ab5a33f7483aee6ea194f17885'
|
||||
head 'https://github.com/phusion/passenger.git'
|
||||
|
||||
depends_on :macos => :lion
|
||||
|
|
Loading…
Reference in a new issue