diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xctool.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb index 4f40bd07c..4456d47b5 100644 --- a/Library/Formula/xctool.rb +++ b/Library/Formula/xctool.rb @@ -12,8 +12,9 @@ class Xctool < Formula head 'https://github.com/facebook/xctool.git' bottle do - sha1 "08d8835e3007fccc20559f12bc992f1fe223b74b" => :mavericks - sha1 "7880ba4ad422d0b93d98db8f336ee83cc08e51a3" => :mountain_lion + revision 1 + sha1 "c9939a4a83ab176118117f268df7b539ba63ca94" => :mavericks + sha1 "93d5006d307d974136ab4022c6cf4d22d7aa70bc" => :mountain_lion end depends_on :xcode |
