diff options
| author | Jack Nagel | 2011-10-10 15:17:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-10 15:17:52 -0500 |
| commit | 94b30b1753a8a45a1218ddc8514bc155e6898d14 (patch) | |
| tree | bd819894ec9698e0c49ba49642df4cc20698ff9a | |
| parent | f7bfae887e5518c4ee5cbb3eff8fb69699717a68 (diff) | |
| download | homebrew-94b30b1753a8a45a1218ddc8514bc155e6898d14.tar.bz2 | |
Use HTTPS for GitHub HEAD clones
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/growly.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jenkins.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/peg-markdown.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/robodoc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/sickbeard.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/todo-txt.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/vimpager.rb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/growly.rb b/Library/Formula/growly.rb index a8350922b..ccab73d19 100644 --- a/Library/Formula/growly.rb +++ b/Library/Formula/growly.rb @@ -2,7 +2,7 @@ require 'formula' class Growly < Formula homepage 'https://github.com/ryankee/growly' - head 'git://github.com/ryankee/growly.git' + head 'https://github.com/ryankee/growly.git' url 'https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz' md5 'a3e4922d619cfeb00009dc55163f0974' diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index e9891de56..52fb88a3a 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -2,7 +2,7 @@ require 'formula' class Jenkins < Formula url 'http://mirrors.jenkins-ci.org/war/1.428/jenkins.war', :using => :nounzip - head 'git://github.com/jenkinsci/jenkins.git' + head 'https://github.com/jenkinsci/jenkins.git' version '1.428' md5 '5817e09ccc3a2996addeb8f1bc1cb6c8' homepage 'http://jenkins-ci.org' diff --git a/Library/Formula/peg-markdown.rb b/Library/Formula/peg-markdown.rb index 2b782c4ec..c0d6b567b 100644 --- a/Library/Formula/peg-markdown.rb +++ b/Library/Formula/peg-markdown.rb @@ -4,7 +4,7 @@ class PegMarkdown < Formula homepage 'https://github.com/jgm/peg-markdown' url 'https://github.com/jgm/peg-markdown/tarball/0.4.12' md5 '9e8d3a4897d0e5be84011ec1d3dd961f' - head 'git://github.com/jgm/peg-markdown.git' + head 'https://github.com/jgm/peg-markdown.git' depends_on 'pkg-config' => :build depends_on 'glib' diff --git a/Library/Formula/robodoc.rb b/Library/Formula/robodoc.rb index ca0abcaff..ae1f171ca 100644 --- a/Library/Formula/robodoc.rb +++ b/Library/Formula/robodoc.rb @@ -4,7 +4,7 @@ class Robodoc < Formula url 'http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz' md5 '986ff954e0ba5a9c407384fc4b05303d' homepage 'http://rfsber.home.xs4all.nl/Robo/robodoc.html' - head 'git://github.com/gumpu/ROBODoc' + head 'https://github.com/gumpu/ROBODoc.git' def install system "autoreconf", "-f", "-i" if ARGV.build_head? diff --git a/Library/Formula/sickbeard.rb b/Library/Formula/sickbeard.rb index 8beb3e462..0cc5b671e 100644 --- a/Library/Formula/sickbeard.rb +++ b/Library/Formula/sickbeard.rb @@ -5,7 +5,7 @@ class Sickbeard < Formula homepage 'http://www.sickbeard.com/' md5 '3bdcabe963e2622513f3cca2757fa2f0' - head 'git://github.com/midgetspy/Sick-Beard.git' + head 'https://github.com/midgetspy/Sick-Beard.git' depends_on 'Cheetah' => :python diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index b9e51371d..8f4da97b5 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -4,7 +4,7 @@ class TodoTxt < Formula url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.8.tar.gz' homepage 'http://todotxt.com/' md5 '065b848d0c300dd024a4ece86a68c0fa' - head 'git://github.com/ginatrapani/todo.txt-cli.git' + head 'https://github.com/ginatrapani/todo.txt-cli.git' def install bin.install 'todo.sh' diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb index 3b7345403..32f0bfdb2 100644 --- a/Library/Formula/vimpager.rb +++ b/Library/Formula/vimpager.rb @@ -4,7 +4,7 @@ class Vimpager < Formula homepage 'https://github.com/rkitover/vimpager' url 'https://github.com/rkitover/vimpager/tarball/1.5.7' md5 'c266ec2fe974c5431de8ce16c4ab97f6' - head 'git://github.com/rkitover/vimpager.git' + head 'https://github.com/rkitover/vimpager.git' def install inreplace 'vimpager.1', '~/bin/', '' |
