diff options
| author | BrewTestBot | 2014-11-05 15:40:52 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-05 19:42:06 -0600 | 
| commit | cc9e92db097ea3dd9f78f9caf62ca0e23b7fbb6f (patch) | |
| tree | 4dff7691cf061a2089a0e1f5da55992c37b246e5 | |
| parent | d61875f383dcaefc0500e4578fb9a8a1167063cc (diff) | |
| download | homebrew-cc9e92db097ea3dd9f78f9caf62ca0e23b7fbb6f.tar.bz2 | |
direnv: add 2.5.0 bottle.
| -rw-r--r-- | Library/Formula/direnv.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index f15fcc7b4..f41cae8bb 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -7,6 +7,12 @@ class Direnv < Formula    head 'https://github.com/zimbatm/direnv.git' +  bottle do +    sha1 "fb5340876bc488bd38aba9e00d52fff0f029f797" => :yosemite +    sha1 "fbc2ed0cadad4543df0d09e3afe756866e0e44b3" => :mavericks +    sha1 "353d3f25f0b7e3bd57bc91dd855635163bc426e7" => :mountain_lion +  end +    depends_on "go" => :build    def install  | 
