aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-01-22 21:51:52 +0000
committerJack Nagel2015-01-22 20:26:47 -0500
commit75a16329d5e301e393493897cfad1e91aba6ed5d (patch)
tree60255f7a1f66e72593381344e8323286ebc0b33b
parente90a508d943f6e1bddc8bec5f6ee457743bf3a7b (diff)
downloadhomebrew-75a16329d5e301e393493897cfad1e91aba6ed5d.tar.bz2
passenger: update 4.0.58 bottle.
-rw-r--r--Library/Formula/passenger.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb
index c8e4cf0fd..001c5358c 100644
--- a/Library/Formula/passenger.rb
+++ b/Library/Formula/passenger.rb
@@ -7,10 +7,9 @@ class Passenger < Formula
head 'https://github.com/phusion/passenger.git'
bottle do
- revision 1
- sha1 "22a9bc1a5c8040b4ea886bb590cdb03cdfd5df81" => :yosemite
- sha1 "39742ac292f7adbf054b7fd608546222f084f5f8" => :mavericks
- sha1 "066fe336e045fd605a6d27e2cfcf2c4840d129af" => :mountain_lion
+ sha1 "d2104978c330b9c140f7838aab35161d900aea1e" => :yosemite
+ sha1 "a91d400ac26f4d698aeaa9c226a93bbc0fc0a5e9" => :mavericks
+ sha1 "db227d0c91a4534b6f0a7102e5ac3788f24c0704" => :mountain_lion
end
depends_on 'pcre'