Use https for GitHub repo downloads
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8cc79c0603
commit
bd4e0319de
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class Direnv < Formula
|
|||
url 'https://github.com/zimbatm/direnv/tarball/v0.1.62'
|
||||
md5 '28eb1aa6b66f34c1a1990634bea02561'
|
||||
|
||||
head 'git://github.com/zimbatm/direnv.git'
|
||||
head 'https://github.com/zimbatm/direnv.git'
|
||||
|
||||
def install
|
||||
# App and support files live in libexec
|
||||
|
|
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Zeromq < Formula
|
||||
url 'http://download.zeromq.org/zeromq-2.1.7.tar.gz'
|
||||
head 'git://github.com/zeromq/libzmq.git'
|
||||
head 'https://github.com/zeromq/libzmq.git'
|
||||
homepage 'http://www.zeromq.org/'
|
||||
md5 '7d3120f8a8fb913a7e55c57c6eb024f3'
|
||||
|
||||
|
|
Loading…
Reference in a new issue