aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-08-28 13:25:37 +0100
committerMike McQuaid2014-08-28 13:34:41 +0100
commit906f699634a085ef53054e815706bb09255ae7b6 (patch)
tree6e5e47fc245627a7e48a228108268f2dbafc4f43 /Library/Formula
parent37330300e062b8d4d5af246c8e960e12e8333da3 (diff)
downloadhomebrew-906f699634a085ef53054e815706bb09255ae7b6.tar.bz2
passenger: update 4.0.50 bottle.
Closes #31941. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/passenger.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index e3a025693..47935dbac 100644
--- a/Library/Formula/passenger.rb
+++ b/Library/Formula/passenger.rb
@@ -7,8 +7,10 @@ class Passenger < Formula
head 'https://github.com/phusion/passenger.git'
bottle do
- sha1 "8b3c213ef0acb820c1a0ee64a12cff200b51a591" => :mavericks
- sha1 "df04cd2c1f91b715bb873514f2995fca93d5cae2" => :mountain_lion
+ revision 1
+ sha1 "a240e698b7d1c90609067c83e4bfccdfb71e5b19" => :mavericks
+ sha1 "71e8e1133342801c65eecdc427446a4794ea7f04" => :mountain_lion
+ sha1 "150e49250a9c026eef71addcdf75ac3c0f0c4b09" => :lion
end
depends_on 'pcre'