diff options
| author | BrewTestBot | 2015-02-04 13:28:32 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-04 13:49:27 +0000 | 
| commit | 82bcbc1081be1fd389c6eb30c5af9164fab93aa2 (patch) | |
| tree | 364f4965c8e24feba87cf27a569b586cf3c5ee2d | |
| parent | 6814fe910ccdc3dfa4b5d53cfd223e345ea0e865 (diff) | |
| download | homebrew-82bcbc1081be1fd389c6eb30c5af9164fab93aa2.tar.bz2 | |
nss: update 3.17.4_1 bottle.
| -rw-r--r-- | Library/Formula/nss.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb index 763def5f0..df0bcf054 100644 --- a/Library/Formula/nss.rb +++ b/Library/Formula/nss.rb @@ -7,6 +7,10 @@ class Nss < Formula    revision 1    bottle do +    cellar :any +    sha1 "2b8a680e6639215188542cc54c4f08dcee62ae36" => :yosemite +    sha1 "2fdb9e02eddf3c692d2de478ab7fbb630cd0dcb0" => :mavericks +    sha1 "83a0cf6db62ff865b07347c4a94361869715e6b0" => :mountain_lion    end    depends_on "nspr"  | 
