diff options
| author | BrewTestBot | 2014-04-10 00:46:41 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-04-10 09:53:35 +0100 | 
| commit | aaee6b13e2c519375b0da6c7f4b78f32af5dcb0a (patch) | |
| tree | e8fd2523bb0944907f86686813fc019f2c645363 /Library/Formula/nss.rb | |
| parent | b9a8a8c195e7877a9a7cc81db2d66e55a31b4e9b (diff) | |
| download | homebrew-aaee6b13e2c519375b0da6c7f4b78f32af5dcb0a.tar.bz2 | |
nss: update 3.16 bottle.
Closes #28286.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/nss.rb')
| -rw-r--r-- | Library/Formula/nss.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb index e0440255d..fe5cf00cf 100644 --- a/Library/Formula/nss.rb +++ b/Library/Formula/nss.rb @@ -7,9 +7,10 @@ class Nss < Formula    bottle do      cellar :any -    sha1 "08ea6d10ebe317330129e03c184a0aaa59b300b0" => :mavericks -    sha1 "3fd67a639a8fcdb253f8fe982a5ecf6f1ea25c6b" => :mountain_lion -    sha1 "a4153f7a673f3f4703a9e4142958039e7b24bc51" => :lion +    revision 1 +    sha1 "56f38b3a781b03469802e9aea91190c0b970ffb9" => :mavericks +    sha1 "36aeb7dbab99b900f4472514d5856057e21b91ac" => :mountain_lion +    sha1 "44b9a3607a12d7d8e00d1f7d8f478d85b39bc3fa" => :lion    end    depends_on "nspr"  | 
