aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lnav.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/lnav.rb b/Library/Formula/lnav.rb
index 81291bca3..714f60004 100644
--- a/Library/Formula/lnav.rb
+++ b/Library/Formula/lnav.rb
@@ -7,6 +7,12 @@ class Lnav < Formula
head 'https://github.com/tstack/lnav.git'
+ bottle do
+ sha1 "34a53eb6606660c29fa1cdadb6a45af811ff7ae1" => :yosemite
+ sha1 "57e96d8f6d40a01d1e6aa31b4b7ae0d738fb30fb" => :mavericks
+ sha1 "884bd4be97c7d778e2c619d6e71d95d1cc1d7663" => :mountain_lion
+ end
+
depends_on 'readline'
depends_on 'pcre'