aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-17 00:30:01 +0100
committerMike McQuaid2015-04-16 17:29:07 -0700
commit299d019eaf9753d339d044f5f0b4830f34182a4e (patch)
treee2607b1b6ac348ebe44e0b92651c1fd4ad66d4ee
parent984fb870ed521c6bc28960c5655a02ea0462b5b2 (diff)
downloadhomebrew-299d019eaf9753d339d044f5f0b4830f34182a4e.tar.bz2
snapraid: add 7.1 bottle.
-rw-r--r--Library/Formula/snapraid.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/snapraid.rb b/Library/Formula/snapraid.rb
index a5253f21f..6989fd5f2 100644
--- a/Library/Formula/snapraid.rb
+++ b/Library/Formula/snapraid.rb
@@ -4,6 +4,13 @@ class Snapraid < Formula
url "https://downloads.sourceforge.net/project/snapraid/snapraid-7.1.tar.gz"
sha1 "3aa3ee982c21c6e19f31988cc1805dc535404334"
+ bottle do
+ cellar :any
+ sha256 "5725dceb381a57c2e216cf13f51c0eb68793d772bedaa211ac4de163c23d6a1d" => :yosemite
+ sha256 "0fe2f7a73f36103c67b7308f7267be8a37277ed03f8b1573906102c0cf6ed510" => :mavericks
+ sha256 "ad68ec9b63b3bc6cc46c2905a57d3b23a5154a94fdf86cfa12a58742c7ec12e3" => :mountain_lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make"