passenger 4.0.14

Closes Homebrew/homebrew#22003.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Hongli Lai (Phusion) 2013-08-19 21:13:04 +02:00 committed by Adam Vandenberg
parent 7b68b7f0b7
commit 85f15aae00
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Passenger < Formula class Passenger < Formula
homepage 'https://www.phusionpassenger.com/' homepage 'https://www.phusionpassenger.com/'
url 'https://phusion-passenger.googlecode.com/files/passenger-4.0.5.tar.gz' url 'http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.14.tar.gz'
sha1 '4c1e12dae0c972e1498f2dae258929d8fa4ba42d' sha1 '44ef5775dd66a61a739f139c147b0aed83e144bb'
head 'https://github.com/FooBarWidget/passenger.git' head 'https://github.com/phusion/passenger.git'
depends_on 'curl' depends_on 'curl'