aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-03-05 02:01:01 +0000
committerJack Nagel2015-03-06 21:49:20 -0500
commit40cfa6d66678a188f953a011e33de7b9cc6d1b81 (patch)
tree4da46e81b97009b00a0c73b490990d0d8b8e2527
parent6cad167d3b809f32e278afb74eb124c103b682f0 (diff)
downloadhomebrew-40cfa6d66678a188f953a011e33de7b9cc6d1b81.tar.bz2
passenger: update 5.0.1 bottle.
-rw-r--r--Library/Formula/passenger.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index ed4995ab1..5b3bb1106 100644
--- a/Library/Formula/passenger.rb
+++ b/Library/Formula/passenger.rb
@@ -7,9 +7,9 @@ class Passenger < Formula
head 'https://github.com/phusion/passenger.git'
bottle do
- sha1 "fe7b9c8de391e5ba7e5fa34c480bded17713eda6" => :yosemite
- sha1 "f80b6a568b59cd368001b532c20151cf9b82758e" => :mavericks
- sha1 "a8dc7378cad2b359de9fad26bb313fbeaeee6d53" => :mountain_lion
+ sha1 "a34eeb9b144df3ca7055e7b8c28a9017b0fd2a99" => :yosemite
+ sha1 "50d32cb023c7b3f01f8e9a8a6ab57d621cbc54ec" => :mavericks
+ sha1 "3996629778e0b4fa4d549a63555f99a58ea9bba9" => :mountain_lion
end
depends_on 'pcre'