aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-02 07:59:51 +0000
committerMike McQuaid2015-01-02 09:55:02 +0000
commit3f4c455072e204a0689a60802399fa947c6b6c63 (patch)
tree36c8670151dc6ad8486faaae4349545e9aa6bd77 /Library/Formula
parent11841e3633a9ab9ec6ea6c82456ad178608acdae (diff)
downloadhomebrew-3f4c455072e204a0689a60802399fa947c6b6c63.tar.bz2
recutils: add 1.7 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/recutils.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/recutils.rb b/Library/Formula/recutils.rb
index 1bca0d8ea..a284a5740 100644
--- a/Library/Formula/recutils.rb
+++ b/Library/Formula/recutils.rb
@@ -4,6 +4,13 @@ class Recutils < Formula
mirror "http://ftp.gnu.org/gnu/recutils/recutils-1.7.tar.gz"
sha1 "20d265aecb05ca4e4072df9cfac08b1392da6919"
+ bottle do
+ cellar :any
+ sha1 "e8d589aeea32e80a0f8eff4e51e1a2003ee98595" => :yosemite
+ sha1 "7aeab12cf02e49d18cbd345125b9dd8945120b64" => :mavericks
+ sha1 "4569539ec11801311371fbc9a60f25e20815d4a9" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"