aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-03-03 05:31:37 +0000
committerTim D. Smith2015-03-02 21:34:28 -0800
commitc016a51f0382253f0ca065f9ee5f72b31098f278 (patch)
treee85657913132a8ec2504cf11f8f84f4fd279339a /Library/Formula
parent483c1e9b0bbd9ce1d303b117d1bad8804cc64bd1 (diff)
downloadhomebrew-c016a51f0382253f0ca065f9ee5f72b31098f278.tar.bz2
nu: add 2.1.1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nu.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb
index 11f0a3e99..2ca6e571e 100644
--- a/Library/Formula/nu.rb
+++ b/Library/Formula/nu.rb
@@ -3,6 +3,13 @@ class Nu < Formula
url 'https://github.com/timburks/nu/archive/v2.1.1.tar.gz'
sha1 'ca0f9bbd5bbdb8528be516325f274d07d4be54bf'
+ bottle do
+ cellar :any
+ sha1 "b5abfa521c0983c057820e51e6edad1d2e26c79e" => :yosemite
+ sha1 "6f3cc8067845537ef5da9c7b702bba21c61dd86d" => :mavericks
+ sha1 "4d21aa4cbc078e3d6d052f65ec9eef3b43f34e64" => :mountain_lion
+ end
+
depends_on :macos => :lion
depends_on 'pcre'