aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-24 06:34:50 +0100
committerMike McQuaid2014-10-24 11:43:31 +0100
commitddb088630454cd423e013f50286768b2085a77aa (patch)
tree01ada7f973d10ca2a6a8583153f602f4b3f77a66 /Library/Formula
parent7857267758e4912e503684fee310b36b92e06d7c (diff)
downloadhomebrew-ddb088630454cd423e013f50286768b2085a77aa.tar.bz2
ccache: add 3.1.10 bottle.
Closes #33540. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ccache.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index 7b51494a9..41933f4b4 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -5,6 +5,13 @@ class Ccache < Formula
url 'http://samba.org/ftp/ccache/ccache-3.1.10.tar.bz2'
sha1 'f78154d526b98546c27e5ef480354f3ce021abe2'
+ bottle do
+ cellar :any
+ sha1 "5679d6b03cb483ea5a410b64683879351b417bd5" => :yosemite
+ sha1 "a8ea6388d840a5010cc1335aac6a16f937618446" => :mavericks
+ sha1 "5562df8168b3cc70cf8ca74c70c2baa2df5be6a6" => :mountain_lion
+ end
+
head do
url 'https://github.com/jrosdahl/ccache.git'