aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/align.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-06-29 04:47:43 +0100
committerMike McQuaid2014-06-29 12:16:03 +0100
commit60fc8b0b0ee5877379c8ffbbb49860fae3cd8419 (patch)
treee255aeb7f43bd23173f4fc1a9a39ba6f2832aa17 /Library/Formula/align.rb
parenta522c8e4a98a7c556522cf2be5b34a63f33096b5 (diff)
downloadhomebrew-60fc8b0b0ee5877379c8ffbbb49860fae3cd8419.tar.bz2
align: add 1.7.3 bottle.
Diffstat (limited to 'Library/Formula/align.rb')
-rw-r--r--Library/Formula/align.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/align.rb b/Library/Formula/align.rb
index c20444d19..d2d808fd4 100644
--- a/Library/Formula/align.rb
+++ b/Library/Formula/align.rb
@@ -5,6 +5,13 @@ class Align < Formula
url 'http://www.cs.indiana.edu/~kinzler/align/align-1.7.3.tgz'
sha1 'fca5e53a7a3a95e740e7d12941f4edbee78ca084'
+ bottle do
+ cellar :any
+ sha1 "6883eab5710385e8890fb52a8a6ac248f6bb29b7" => :mavericks
+ sha1 "12b51ccae39d06623f7475e289fd6eb6dbb89d7f" => :mountain_lion
+ sha1 "58e739c1df5c04ef37303c822fd4c859bf9e89eb" => :lion
+ end
+
def install
system 'make', 'install', "BINDIR=#{bin}"
end