diff options
| author | Nima Fatemi | 2014-06-21 04:04:37 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-21 08:17:49 +0100 |
| commit | a7589f196706e7a15a3b1302043a0ac4304e317d (patch) | |
| tree | 98b17ee62f7b8390c257a76f9911c6becfdfd473 | |
| parent | 6f7e1835f3db775a0ca368f007357925713d5842 (diff) | |
| download | homebrew-a7589f196706e7a15a3b1302043a0ac4304e317d.tar.bz2 | |
libevent: change HEAD from SF to GH for SSL/TLS.
Changing the git address to libevent official Github repo because sourceforge doesn't support SSL/TLS.
Closes #30331.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/libevent.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb index caacf818f..c8d1b7adf 100644 --- a/Library/Formula/libevent.rb +++ b/Library/Formula/libevent.rb @@ -13,7 +13,7 @@ class Libevent < Formula end head do - url 'git://levent.git.sourceforge.net/gitroot/levent/levent' + url 'https://github.com/libevent/libevent.git' depends_on "autoconf" => :build depends_on "automake" => :build |
