diff options
| author | Dominyk Tiller | 2014-12-26 23:26:02 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 10:03:35 +0000 | 
| commit | ca67cd72e27172e40fb5031c9c31a8c674bd025f (patch) | |
| tree | 393fe9e49f08f431a2657302b37484e147f5478e /Library | |
| parent | ecf4c6328aa2ec00e68bfd61415bedeb4b40bc51 (diff) | |
| download | homebrew-ca67cd72e27172e40fb5031c9c31a8c674bd025f.tar.bz2 | |
nacl: homepage move
The homepage has moved. Also added a mirror, and fixed the quotation
marks.
If it’s possible to get bottles for this, even not-completely-optimal
bottles, despite the weird make process, that’d be useful given the
15-20 minute compile otherwise.
Closes #35276.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nacl.rb | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/nacl.rb b/Library/Formula/nacl.rb index 6fd6540c5..83bda030c 100644 --- a/Library/Formula/nacl.rb +++ b/Library/Formula/nacl.rb @@ -1,9 +1,8 @@ -require 'formula' -  class Nacl < Formula -  homepage 'http://nacl.cace-project.eu' -  url 'http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2' -  sha1 '6007a6aee249f5a534ec53fddfc364601fba9629' +  homepage "http://nacl.cr.yp.to/" +  url "https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2" +  mirror "https://mirrors.kernel.org/debian/pool/main/n/nacl/nacl_20110221.orig.tar.bz2" +  sha1 "6007a6aee249f5a534ec53fddfc364601fba9629"    def install      system "./do" # This takes a while since it builds *everything*  | 
