aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-11 16:42:46 +0000
committerTim D. Smith2015-01-11 16:08:59 -0800
commit6b6791ff76ae3de5dc777d649f8262680bd43706 (patch)
treea72b62035fff30496e9a38b7daf0cb69493796f0 /Library/Formula
parentf2866f24e3af30d0067227354ed55e7b3b7c8aaf (diff)
downloadhomebrew-6b6791ff76ae3de5dc777d649f8262680bd43706.tar.bz2
fabric: update 1.10.1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fabric.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/fabric.rb b/Library/Formula/fabric.rb
index e2358899f..40bc0c8ca 100644
--- a/Library/Formula/fabric.rb
+++ b/Library/Formula/fabric.rb
@@ -7,9 +7,10 @@ class Fabric < Formula
bottle do
cellar :any
- sha1 "374785f7ecd2987f93370ff86e884655ccdc8a35" => :yosemite
- sha1 "6047b970eee66ce79fefd33ce49b60805b20db8d" => :mavericks
- sha1 "a75ad6a04ce7becd283ed8ba1a9bc6319025a05d" => :mountain_lion
+ revision 1
+ sha1 "e500fd3a80a2492c2c51792e5f39ff6638416280" => :yosemite
+ sha1 "7fbb18fc9647d46e2b0a18132d38835399f1d55a" => :mavericks
+ sha1 "176cd8c7889ca1dfea0a0c91c628f1919ec13e1b" => :mountain_lion
end
depends_on :python if MacOS.version <= :snow_leopard