aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-12 09:27:32 +0000
committerMike McQuaid2015-01-12 13:33:45 +0000
commita3618ff8f235c0d97060b37a3303687125169b72 (patch)
tree3fec6f3aeb45b0bbab3427cf16c9395a227aa512 /Library/Formula
parentdd27dbc48f0e084f32cb4ac6e9fa7afee8e1cacc (diff)
downloadhomebrew-a3618ff8f235c0d97060b37a3303687125169b72.tar.bz2
csmith: add 2.2.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/csmith.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/csmith.rb b/Library/Formula/csmith.rb
index ffa033ccf..ec49d79a7 100644
--- a/Library/Formula/csmith.rb
+++ b/Library/Formula/csmith.rb
@@ -3,6 +3,13 @@ class Csmith < Formula
url "http://embed.cs.utah.edu/csmith/csmith-2.2.0.tar.gz"
sha1 "3435ce22e645977e03cf6418da076ff3f7a1d4f0"
+ bottle do
+ cellar :any
+ sha1 "148f6ff8f8bfbca55af569fa6db560e6917c6d98" => :yosemite
+ sha1 "98647f884d0e48cf487a47d627c9c66f01aef06e" => :mavericks
+ sha1 "551902d606958f2e504103a648b0fcca6edc5e69" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"