diff options
Diffstat (limited to 'Library')
81 files changed, 87 insertions, 89 deletions
diff --git a/Library/Formula/adamem.rb b/Library/Formula/adamem.rb index 006d5ad78..1166cf388 100644 --- a/Library/Formula/adamem.rb +++ b/Library/Formula/adamem.rb @@ -1,7 +1,7 @@ require 'formula' class Adamem < Formula - head 'git://github.com/adamv/adamem-osx.git', :branch => 'osx-brew' + head 'https://github.com/adamv/adamem-osx.git', :branch => 'osx-brew' homepage 'http://www.komkon.org/~dekogel/adamem.html' def startup_script app diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index cd092e0df..dfc699d6b 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -5,7 +5,7 @@ class Autojump < Formula homepage 'https://github.com/joelthelion/autojump/wiki' md5 'a4a36d774ccb27cbcc9dcc6e2528632b' - head 'git://github.com/joelthelion/autojump.git' + head 'https://github.com/joelthelion/autojump.git' def install bin.install "autojump" diff --git a/Library/Formula/bashreduce.rb b/Library/Formula/bashreduce.rb index 0f27a8c31..4f82f961c 100644 --- a/Library/Formula/bashreduce.rb +++ b/Library/Formula/bashreduce.rb @@ -1,7 +1,7 @@ require 'formula' class Bashreduce < Formula - head 'git://github.com/erikfrey/bashreduce.git' + head 'https://github.com/erikfrey/bashreduce.git' homepage 'https://github.com/erikfrey/bashreduce' def install diff --git a/Library/Formula/bedtools.rb b/Library/Formula/bedtools.rb index 5b2296bab..c52537469 100644 --- a/Library/Formula/bedtools.rb +++ b/Library/Formula/bedtools.rb @@ -4,7 +4,7 @@ class Bedtools < Formula url 'http://bedtools.googlecode.com/files/BEDTools.v2.12.0.tar.gz' homepage 'http://code.google.com/p/bedtools/' md5 'cc7839a96a7537a810bb645381a2ba8a' - head 'git://github.com/arq5x/bedtools.git' + head 'https://github.com/arq5x/bedtools.git' def install system "make all" diff --git a/Library/Formula/cake.rb b/Library/Formula/cake.rb index b27bbc5d6..1234174c0 100644 --- a/Library/Formula/cake.rb +++ b/Library/Formula/cake.rb @@ -12,7 +12,7 @@ end # Cake jars, installs executable class Cake < Formula url "http://releases.clojure-cake.org/jars/cake-#{$cake_version}.jar" - head "git://github.com/ninjudd/cake.git", :using => :git + head "https://github.com/ninjudd/cake.git", :using => :git homepage "http://github.com/ninjudd/cake" md5 "cf570ef6301800515cf36301a322c383" diff --git a/Library/Formula/clojure-contrib.rb b/Library/Formula/clojure-contrib.rb index 5e41885e0..46fd3102e 100644 --- a/Library/Formula/clojure-contrib.rb +++ b/Library/Formula/clojure-contrib.rb @@ -3,7 +3,7 @@ require 'formula' class ClojureContrib < Formula url 'https://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip' md5 '83cc86fd2929ca417a9ab9f2a0dedadb' - head 'git://github.com/clojure/clojure-contrib.git' + head 'https://github.com/clojure/clojure-contrib.git' homepage 'http://richhickey.github.com/clojure-contrib/branch-1.1.x/index.html' depends_on 'clojure' diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index 2980b423b..9f79452b6 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -3,7 +3,7 @@ require 'formula' class Clojure < Formula url 'https://github.com/downloads/clojure/clojure/clojure-1.2.0.zip' md5 'da0cc71378f56491d6ee70dee356831f' - head 'git://github.com/clojure/clojure.git' + head 'https://github.com/clojure/clojure.git' homepage 'http://clojure.org/' def jar diff --git a/Library/Formula/cocot.rb b/Library/Formula/cocot.rb index c9df3cb48..c9c970a3f 100644 --- a/Library/Formula/cocot.rb +++ b/Library/Formula/cocot.rb @@ -1,7 +1,7 @@ require 'formula' class Cocot < Formula - head 'git://github.com/vmi/cocot.git', :branch => 'master' + head 'https://github.com/vmi/cocot.git', :branch => 'master' homepage 'http://vmi.jp/software/cygwin/cocot.html' def install diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index ed438e3d7..cc9b92f89 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -2,7 +2,7 @@ require 'formula' class CoffeeScript < Formula url 'https://github.com/jashkenas/coffee-script/tarball/1.1.0' - head 'git://github.com/jashkenas/coffee-script.git' + head 'https://github.com/jashkenas/coffee-script.git' homepage 'http://jashkenas.github.com/coffee-script/' md5 'b5949db25b62eed9d8ba4f60a78619d4' diff --git a/Library/Formula/colloquypush.rb b/Library/Formula/colloquypush.rb index e9d7bdb76..24c720cd4 100644 --- a/Library/Formula/colloquypush.rb +++ b/Library/Formula/colloquypush.rb @@ -1,7 +1,7 @@ require 'formula' class Colloquypush < Formula - head 'git://github.com/wired/colloquypush.git' + head 'https://github.com/wired/colloquypush.git' homepage 'https://github.com/wired/colloquypush' depends_on 'znc' diff --git a/Library/Formula/cpanminus.rb b/Library/Formula/cpanminus.rb index 556e2a0d7..70e13bda0 100644 --- a/Library/Formula/cpanminus.rb +++ b/Library/Formula/cpanminus.rb @@ -1,7 +1,7 @@ require 'formula' class Cpanminus < Formula - head 'git://github.com/miyagawa/cpanminus.git' + head 'https://github.com/miyagawa/cpanminus.git' homepage 'https://github.com/miyagawa/cpanminus' def install diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 384c991af..953476c21 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -4,7 +4,7 @@ class Cppcheck < Formula url 'http://downloads.sourceforge.net/project/cppcheck/cppcheck/1.44/cppcheck-1.44.tar.bz2' homepage 'http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page' md5 'c8d24c0e7a3db99660f81b8a0568e050' - head 'git://github.com/danmar/cppcheck.git' + head 'https://github.com/danmar/cppcheck.git' # Do not strip binaries, or else it fails to run. skip_clean :all diff --git a/Library/Formula/disco.rb b/Library/Formula/disco.rb index 334470c44..59c3bce83 100644 --- a/Library/Formula/disco.rb +++ b/Library/Formula/disco.rb @@ -6,7 +6,7 @@ class Disco < Formula md5 '47a740b84ef61cea8ba3644610e25083' # Periods in the install path cause disco-worker to complain so change to underscores. version '0_3_2' - head 'git://github.com/tuulos/disco.git' + head 'https://github.com/tuulos/disco.git' depends_on 'erlang' depends_on 'simplejson' => :python if MacOS.leopard? diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb index 52d46a040..5bcf38236 100644 --- a/Library/Formula/doubledown.rb +++ b/Library/Formula/doubledown.rb @@ -4,7 +4,7 @@ class Doubledown < Formula url 'https://github.com/devstructure/doubledown/tarball/v0.0.2' homepage 'https://github.com/devstructure/doubledown' md5 '0f540c6da691769ca1efa305ad18acb6' - head 'git://github.com/devstructure/doubledown.git' + head 'https://github.com/devstructure/doubledown.git' def install bin.install Dir['bin/*'] diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index e3ce8bd80..8537272bd 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -22,11 +22,11 @@ end class Erlang < Formula # Download from GitHub. Much faster than official tarball. - url "git://github.com/erlang/otp.git", :tag => "OTP_R14B03" + url "https://github.com/erlang/otp.git", :tag => "OTP_R14B03" version 'R14B03' homepage 'http://www.erlang.org' - head "git://github.com/erlang/otp.git", :branch => "dev" + head "https://github.com/erlang/otp.git", :branch => "dev" # We can't strip the beam executables or any plugins, there isn't really # anything else worth stripping and it takes a really, long time to run diff --git a/Library/Formula/factor.rb b/Library/Formula/factor.rb index 3839f20e9..4e323de1a 100644 --- a/Library/Formula/factor.rb +++ b/Library/Formula/factor.rb @@ -4,7 +4,7 @@ require 'formula' # One can install the latest stable release using the official DMG. class Factor < Formula - head 'git://github.com/slavapestov/factor.git' + head 'https://github.com/slavapestov/factor.git' homepage 'http://factorcode.org/' def install diff --git a/Library/Formula/fire.rb b/Library/Formula/fire.rb index 3d4d031b1..c07649a49 100644 --- a/Library/Formula/fire.rb +++ b/Library/Formula/fire.rb @@ -1,7 +1,7 @@ require 'formula' class Fire < Formula - head 'git://github.com/AzizLight/fire.git' + head 'https://github.com/AzizLight/fire.git' homepage 'https://github.com/AzizLight/fire' def install diff --git a/Library/Formula/flare.rb b/Library/Formula/flare.rb index 0bb55f817..46fe5befb 100644 --- a/Library/Formula/flare.rb +++ b/Library/Formula/flare.rb @@ -2,7 +2,7 @@ require 'formula' class Flare < Formula url 'http://labs.gree.jp/data/source/flare-1.0.11.tgz' - head 'git://github.com/fujimoto/flare.git' + head 'https://github.com/fujimoto/flare.git' homepage 'http://labs.gree.jp/Top/OpenSource/Flare-en.html' md5 '8be9ac019c8e114bdff246daa82033a6' diff --git a/Library/Formula/gerrit-tools.rb b/Library/Formula/gerrit-tools.rb index 14fb7605e..1bf3a1c36 100644 --- a/Library/Formula/gerrit-tools.rb +++ b/Library/Formula/gerrit-tools.rb @@ -1,7 +1,7 @@ require 'formula' class GerritTools < Formula - head 'git://github.com/indirect/gerrit-tools.git' + head 'https://github.com/indirect/gerrit-tools.git' homepage 'https://github.com/indirect/gerrit-tools' def install diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 7ab7c679f..13e8022c9 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -4,7 +4,7 @@ class Gist < Formula homepage 'https://github.com/defunkt/gist' url 'https://github.com/defunkt/gist/tarball/v2.0.3' md5 '0b99159635df2083651d2ff9db8abb25' - head 'git://github.com/defunkt/gist.git' + head 'https://github.com/defunkt/gist.git' def install system "rake", "install", "prefix=#{prefix}" diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index 01cde7a0a..4a9678cee 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -4,7 +4,7 @@ class GitExtras < Formula homepage 'https://github.com/visionmedia/git-extras' url 'https://github.com/visionmedia/git-extras/tarball/0.5.1' sha1 'faaeb466154cff9021d19aa4cb4f080ac9ee6d9f' - head 'git://github.com/visionmedia/git-extras.git', :branch => 'master' + head 'https://github.com/visionmedia/git-extras.git', :branch => 'master' def install inreplace 'Makefile', '/usr/local', prefix diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 5dbaa4e19..ce60d7523 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -2,9 +2,9 @@ require 'formula' class GitFlowCompletion < Formula - url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0' + url 'https://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0' version '0.4.1.0' - head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop' + head 'https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop' def initialize # We need to hard-code the formula name since Homebrew can't @@ -18,9 +18,9 @@ class GitFlowCompletion < Formula end class GitFlow < Formula - url 'git://github.com/nvie/gitflow.git', :tag => '0.4.1' + url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1' version '0.4.1' - head 'git://github.com/nvie/gitflow.git', :branch => 'develop' + head 'https://github.com/nvie/gitflow.git', :branch => 'develop' homepage 'https://github.com/nvie/gitflow' diff --git a/Library/Formula/git-hg.rb b/Library/Formula/git-hg.rb index 2064e0ecd..a8634fa79 100644 --- a/Library/Formula/git-hg.rb +++ b/Library/Formula/git-hg.rb @@ -1,11 +1,10 @@ require 'formula' class GitHg < Formula - head 'git://github.com/offbytwo/git-hg.git' + head 'https://github.com/offbytwo/git-hg.git' homepage 'http://offbytwo.com/git-hg/' def install - # Install all prefix.install Dir['*'] end end diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb index b18cdd0f2..b99ff8c5b 100644 --- a/Library/Formula/git-sh.rb +++ b/Library/Formula/git-sh.rb @@ -5,7 +5,7 @@ class GitSh < Formula homepage 'https://github.com/rtomayko/git-sh' md5 '061c56717564651dd99f5cd14b2b1569' version '20100401' - head 'git://github.com/rtomayko/git-sh.git' + head 'https://github.com/rtomayko/git-sh.git' # Not depending on git because people might have it # installed through another means diff --git a/Library/Formula/git-subtree.rb b/Library/Formula/git-subtree.rb index 5dbfe256b..bcb567b4d 100644 --- a/Library/Formula/git-subtree.rb +++ b/Library/Formula/git-subtree.rb @@ -6,7 +6,7 @@ class GitSubtree < Formula version '0.4' md5 '904f325d2208ad5ca542e7bb56c50f9c' - head 'git://github.com/apenwarr/git-subtree.git' + head 'https://github.com/apenwarr/git-subtree.git' def options [['--build-docs', "Build man pages using asciidoc and xmlto"]] diff --git a/Library/Formula/git-utils.rb b/Library/Formula/git-utils.rb index 423ab86db..cac639a5c 100644 --- a/Library/Formula/git-utils.rb +++ b/Library/Formula/git-utils.rb @@ -1,7 +1,7 @@ require 'formula' class GitUtils < Formula - head 'git://github.com/ddollar/git-utils.git' + head 'https://github.com/ddollar/git-utils.git' homepage 'https://github.com/ddollar/git-utils' def install diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index dc77af738..99ec20ef6 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -2,9 +2,9 @@ require 'formula' class Gource < Formula homepage 'http://code.google.com/p/gource/' - url 'git://github.com/acaudwell/Gource.git', :tag => "gource-0.34" + url 'https://github.com/acaudwell/Gource.git', :tag => "gource-0.34" version "0.34" - head 'git://github.com/acaudwell/Gource.git' + head 'https://github.com/acaudwell/Gource.git' depends_on 'pkg-config' => :build depends_on 'sdl' diff --git a/Library/Formula/growlme.rb b/Library/Formula/growlme.rb index 44bbd94d0..ee82ec280 100644 --- a/Library/Formula/growlme.rb +++ b/Library/Formula/growlme.rb @@ -1,7 +1,7 @@ require 'formula' class Growlme < Formula - head 'git://github.com/robey/growlme.git' + head 'https://github.com/robey/growlme.git' homepage 'https://github.com/robey/growlme' def install diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index f7e2539d0..3a111fcec 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -2,7 +2,7 @@ require 'formula' class Hiredis < Formula url 'https://github.com/antirez/hiredis/tarball/v0.10.0' - head 'git://github.com/antirez/hiredis.git' + head 'https://github.com/antirez/hiredis.git' homepage 'https://github.com/antirez/hiredis' version '0.10.0' sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7' diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb index 5440231ff..85dd3c272 100644 --- a/Library/Formula/htop.rb +++ b/Library/Formula/htop.rb @@ -1,7 +1,7 @@ require 'formula' class Htop < Formula - head 'git://github.com/cynthia/htop-osx.git' + head 'https://github.com/cynthia/htop-osx.git' homepage 'http://htop.sourceforge.net/' def install diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index f00a0ba37..177db24d7 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -3,7 +3,7 @@ require 'formula' class Hub < Formula url 'https://github.com/defunkt/hub/tarball/v1.6.1' homepage 'https://github.com/defunkt/hub' - head 'git://github.com/defunkt/hub.git' + head 'https://github.com/defunkt/hub.git' md5 'a1e87ad54076f075f5d337ff8e0cc144' def install diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index fa1cfa33f..444842ade 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -31,11 +31,11 @@ class Imagemagick < Formula # * Bad https cert on official SVN repo # Send update requests to https://github.com/adamv/ImageMagick # Be sure to include the ImageMagick SVN revision # for the new version. - url 'git://github.com/adamv/ImageMagick.git', + url 'https://github.com/adamv/ImageMagick.git', :tag => '6.6.9-4' version '6.6.9-4' homepage 'http://www.imagemagick.org' - head 'git://github.com/adamv/ImageMagick.git' + head 'https://github.com/adamv/ImageMagick.git' depends_on 'jpeg' diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index 3db5fe2e9..d6cd7a4a7 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -1,7 +1,7 @@ require 'formula' class Io < Formula - head 'git://github.com/stevedekorte/io.git' + head 'https://github.com/stevedekorte/io.git' homepage 'http://iolanguage.com/' depends_on 'cmake' => :build diff --git a/Library/Formula/jsawk.rb b/Library/Formula/jsawk.rb index 95fca783f..0d90a71f7 100644 --- a/Library/Formula/jsawk.rb +++ b/Library/Formula/jsawk.rb @@ -1,7 +1,7 @@ require 'formula' class Jsawk < Formula - head 'git://github.com/micha/jsawk.git' + head 'https://github.com/micha/jsawk.git' homepage 'https://github.com/micha/jsawk' depends_on 'spidermonkey' diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb index 8ec93cf03..d5d78f27e 100644 --- a/Library/Formula/jstalk.rb +++ b/Library/Formula/jstalk.rb @@ -1,7 +1,7 @@ require 'formula' class Jstalk < Formula - url 'git://github.com/ccgus/jstalk.git', :tag => "v1.0.1" + url 'https://github.com/ccgus/jstalk.git', :tag => "v1.0.1" homepage 'http://jstalk.org/' version '1.0.1' diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index 9d3646523..d5da80105 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -1,7 +1,7 @@ require 'formula' class Kes < Formula - head 'git://github.com/epilnivek/kes.git' + head 'https://github.com/epilnivek/kes.git' homepage 'https://github.com/epilnivek/kes' def install diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb index 76122228b..40726c6ec 100644 --- a/Library/Formula/kumofs.rb +++ b/Library/Formula/kumofs.rb @@ -2,7 +2,7 @@ require 'formula' class Kumofs < Formula url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz' - head 'git://github.com/etolabo/kumofs.git' + head 'https://github.com/etolabo/kumofs.git' homepage 'http://kumofs.sourceforge.net/' md5 '70fc53a332fb2b76ae6a3aad7aa59aad' diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb index 899cab22b..1f2290996 100644 --- a/Library/Formula/ledger.rb +++ b/Library/Formula/ledger.rb @@ -4,7 +4,7 @@ class Ledger < Formula url 'ftp://ftp.newartisans.com/pub/ledger/ledger-2.6.2.tar.gz' md5 'b2e6fa98e7339d1e130b1ea9af211c0f' homepage 'http://www.newartisans.com/software/ledger.html' - head 'git://github.com/jwiegley/ledger.git', :branch => 'next' + head 'https://github.com/jwiegley/ledger.git', :branch => 'next' depends_on 'gettext' depends_on 'boost' diff --git a/Library/Formula/libgit2.rb b/Library/Formula/libgit2.rb index 9ede7083f..ec1530108 100644 --- a/Library/Formula/libgit2.rb +++ b/Library/Formula/libgit2.rb @@ -5,7 +5,7 @@ class Libgit2 < Formula md5 '70073b25de4cca873cf565f81023f426' homepage 'http://libgit2.github.com/' - head 'git://github.com/libgit2/libgit2.git', :branch => 'master' + head 'https://github.com/libgit2/libgit2.git', :branch => 'master' def install system "./waf", "configure", "--prefix=#{prefix}" diff --git a/Library/Formula/libnet.rb b/Library/Formula/libnet.rb index bce2f4d74..3ac4928f8 100644 --- a/Library/Formula/libnet.rb +++ b/Library/Formula/libnet.rb @@ -3,7 +3,7 @@ require 'formula' class Libnet < Formula url "https://github.com/sam-github/libnet/tarball/libnet-1.1.4" md5 "0cb6c04063c1db37c91af08c76d25134" - head 'git://github.com/sam-github/libnet.git' + head 'https://github.com/sam-github/libnet.git' homepage 'https://github.com/sam-github/libnet' def install diff --git a/Library/Formula/libopenspotify.rb b/Library/Formula/libopenspotify.rb index 55ae5352f..78f35e04d 100644 --- a/Library/Formula/libopenspotify.rb +++ b/Library/Formula/libopenspotify.rb @@ -1,7 +1,7 @@ require 'formula' class Libopenspotify < Formula - head 'git://github.com/noahwilliamsson/openspotify.git' + head 'https://github.com/noahwilliamsson/openspotify.git' homepage 'https://github.com/noahwilliamsson/openspotify' depends_on 'libogg' diff --git a/Library/Formula/logstalgia.rb b/Library/Formula/logstalgia.rb index 93bb51f21..02c556509 100644 --- a/Library/Formula/logstalgia.rb +++ b/Library/Formula/logstalgia.rb @@ -2,7 +2,7 @@ require 'formula' class Logstalgia < Formula url 'http://logstalgia.googlecode.com/files/logstalgia-1.0.3.tar.gz' - head 'git://github.com/acaudwell/Logstalgia.git' + head 'https://github.com/acaudwell/Logstalgia.git' homepage 'http://code.google.com/p/logstalgia/' md5 '5160380adb1fb1ed9272cf57fbdf3341' diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb index 48ebd2f96..345b6b52b 100644 --- a/Library/Formula/lolcode.rb +++ b/Library/Formula/lolcode.rb @@ -3,7 +3,7 @@ require 'formula' class Lolcode < Formula homepage 'http://www.icanhaslolcode.org/' url 'https://github.com/justinmeza/lci/tarball/v0.9.2' - head 'git://github.com/justinmeza/lolcode.git' + head 'https://github.com/justinmeza/lolcode.git' md5 'bb757687aabea302351cbbce77e01c26' def install diff --git a/Library/Formula/loudmouth.rb b/Library/Formula/loudmouth.rb index e4bf85bd8..cfe807768 100644 --- a/Library/Formula/loudmouth.rb +++ b/Library/Formula/loudmouth.rb @@ -6,7 +6,7 @@ class Loudmouth < Formula homepage 'http://www.loudmouth-project.org/' md5 'd9693855e1d8226144937decd25633d2' - head 'git://github.com/engineyard/loudmouth.git' + head 'https://github.com/engineyard/loudmouth.git' depends_on 'pkg-config' => :build depends_on 'glib' diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 9595f4b9e..dba4fa25c 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -5,7 +5,7 @@ class Macvim < Formula url 'https://github.com/b4winckler/macvim/tarball/snapshot-57' version '7.3-57' md5 '2bf4630be2d59f62b8b70870ba1fe0a1' - head 'git://github.com/b4winckler/macvim.git', :branch => 'master' + head 'https://github.com/b4winckler/macvim.git', :branch => 'master' def options [ diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index fcad52111..0844e749d 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -4,7 +4,7 @@ class Magit < Formula url 'https://github.com/downloads/magit/magit/magit-1.0.0.tar.gz' homepage 'https://github.com/magit/magit' md5 '1f640741ff0cf94ea84c607fac8758d6' - head 'git://github.com/magit/magit.git' + head 'https://github.com/magit/magit.git' def install system "make install DESTDIR=#{prefix} PREFIX=" diff --git a/Library/Formula/midgard2-php.rb b/Library/Formula/midgard2-php.rb index 85a5d1f55..3dfcff380 100644 --- a/Library/Formula/midgard2-php.rb +++ b/Library/Formula/midgard2-php.rb @@ -2,7 +2,7 @@ require 'formula' class Midgard2Php < Formula url 'http://www.midgard-project.org/midcom-serveattachmentguid-025abaac43f811e0b064792d116f21f421f4/php5-midgard2-10.05.4.tar.gz' - head 'git://github.com/midgardproject/midgard-php5.git', :branch => 'ratatoskr' + head 'https://github.com/midgardproject/midgard-php5.git', :branch => 'ratatoskr' homepage 'http://www.midgard-project.org/' md5 'a715d76abdb6ef1bb5eb8c9973fbba16' diff --git a/Library/Formula/midgard2.rb b/Library/Formula/midgard2.rb index 08386d7cb..4e3054739 100644 --- a/Library/Formula/midgard2.rb +++ b/Library/Formula/midgard2.rb @@ -2,7 +2,7 @@ require 'formula' class Midgard2 < Formula url 'http://www.midgard-project.org/midcom-serveattachmentguid-b459b3e443f711e0a6353dc3bca0241a241a/midgard2-core-10.05.4.tar.gz' - head 'git://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr' + head 'https://github.com/midgardproject/midgard-core.git', :branch => 'ratatoskr' homepage 'http://www.midgard-project.org/' md5 '99dcf5d5e39901712a882598e3da17d2' diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb index 73e7bde05..004db82d8 100644 --- a/Library/Formula/migreazy.rb +++ b/Library/Formula/migreazy.rb @@ -1,7 +1,7 @@ require 'formula' class Migreazy < Formula - head 'git://github.com/fhwang/migreazy.git' + head 'https://github.com/fhwang/migreazy.git' homepage 'https://github.com/fhwang/migreazy' def install diff --git a/Library/Formula/mkvtoolnix.rb b/Library/Formula/mkvtoolnix.rb index 4c6f322d8..b324a1549 100644 --- a/Library/Formula/mkvtoolnix.rb +++ b/Library/Formula/mkvtoolnix.rb @@ -3,7 +3,7 @@ require 'formula' class Mkvtoolnix < Formula url 'http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-4.8.0.tar.bz2' sha1 '2811dc27270fc97796dada529687b922b577349b' - head 'git://github.com/mbunkus/mkvtoolnix.git' + head 'https://github.com/mbunkus/mkvtoolnix.git' homepage 'http://www.bunkus.org/videotools/mkvtoolnix/' depends_on 'boost' diff --git a/Library/Formula/mogenerator.rb b/Library/Formula/mogenerator.rb index 0ff60288e..31be7f863 100644 --- a/Library/Formula/mogenerator.rb +++ b/Library/Formula/mogenerator.rb @@ -4,7 +4,7 @@ class Mogenerator < Formula url 'https://github.com/rentzsch/mogenerator/tarball/1.21' homepage 'http://rentzsch.github.com/mogenerator/' md5 'bea004068e891e9ec96325c31cb182bf' - head "git://github.com/rentzsch/mogenerator.git" + head "https://github.com/rentzsch/mogenerator.git" def install system "xcodebuild -target mogenerator -configuration Release SYMROOT=symroot OBJROOT=objroot" diff --git a/Library/Formula/mpdas.rb b/Library/Formula/mpdas.rb index 9b535dc88..4d4c4c835 100644 --- a/Library/Formula/mpdas.rb +++ b/Library/Formula/mpdas.rb @@ -5,7 +5,7 @@ class Mpdas < Formula homepage 'http://www.50hz.ws/mpdas/' md5 'ea852645079be1aeedfe3e88f421917e' - head 'git://github.com/hrkfdn/mpdas.git' + head 'https://github.com/hrkfdn/mpdas.git' depends_on 'pkg-config' => :build depends_on 'libmpd' diff --git a/Library/Formula/narwhal.rb b/Library/Formula/narwhal.rb index f8258c3fa..4fe4072f5 100644 --- a/Library/Formula/narwhal.rb +++ b/Library/Formula/narwhal.rb @@ -5,7 +5,7 @@ class Narwhal < Formula md5 'c5f8c0af38b79a7a7b827d3f05f79e21' homepage 'http://www.narwhaljs.org/' - head 'git://github.com/280north/narwhal.git' + head 'https://github.com/280north/narwhal.git' def install rm Dir['bin/*.cmd'] diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 31634bef2..a8e1a357b 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -2,7 +2,7 @@ require 'formula' class Nimrod < Formula url 'http://force7.de/nimrod/download/nimrod_0.8.10.zip' - head 'git://github.com/Araq/Nimrod.git' + head 'https://github.com/Araq/Nimrod.git' homepage 'http://force7.de/nimrod/' md5 'b32d08ff40d2e17eda39a3c1f1bc39f9' diff --git a/Library/Formula/ninja.rb b/Library/Formula/ninja.rb index fbea77211..1f30c915b 100644 --- a/Library/Formula/ninja.rb +++ b/Library/Formula/ninja.rb @@ -1,12 +1,11 @@ require 'formula' class Ninja < Formula - head 'git://github.com/alexgartrell/ninja.git' + head 'https://github.com/alexgartrell/ninja.git' homepage 'https://github.com/martine/ninja' def install system "./bootstrap.sh" - bin.mkpath bin.install "ninja" end end diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 59bcfc8fb..77fbea4a8 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,7 +2,7 @@ require 'formula' class Node < Formula url 'http://nodejs.org/dist/node-v0.4.8.tar.gz' - head 'git://github.com/joyent/node.git' + head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' md5 '22c9f69370069fe81678592cc8ae48f1' diff --git a/Library/Formula/parrot.rb b/Library/Formula/parrot.rb index f1baa72d3..5fcb2f347 100644 --- a/Library/Formula/parrot.rb +++ b/Library/Formula/parrot.rb @@ -1,7 +1,7 @@ require 'formula' class Parrot < Formula - head 'git://github.com/parrot/parrot.git' + head 'https://github.com/parrot/parrot.git' url 'ftp://ftp.parrot.org/pub/parrot/releases/supported/3.0.0/parrot-3.0.0.tar.gz' md5 'fc1d88114636eff4fe7953de456cecfa' homepage 'http://www.parrot.org/' diff --git a/Library/Formula/parsley.rb b/Library/Formula/parsley.rb index 6f85f4e3b..f3cf71980 100644 --- a/Library/Formula/parsley.rb +++ b/Library/Formula/parsley.rb @@ -1,7 +1,7 @@ require 'formula' class Parsley < Formula - head 'git://github.com/fizx/parsley.git' + head 'https://github.com/fizx/parsley.git' homepage 'https://github.com/fizx/parsley' depends_on 'json-c' diff --git a/Library/Formula/pbrt.rb b/Library/Formula/pbrt.rb index fbf7b1345..a0cfe1e98 100644 --- a/Library/Formula/pbrt.rb +++ b/Library/Formula/pbrt.rb @@ -1,7 +1,7 @@ require 'formula' class Pbrt < Formula - head 'git://github.com/mmp/pbrt-v2.git' + head 'https://github.com/mmp/pbrt-v2.git' homepage 'http://www.pbrt.org/' depends_on 'openexr' diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 03df653dc..2f8b670c6 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -2,7 +2,7 @@ require 'formula' class Phantomjs < Formula url "http://phantomjs.googlecode.com/files/phantomjs-1.1.0-source.zip" - head "git://github.com/ariya/phantomjs.git" + head "https://github.com/ariya/phantomjs.git" homepage 'http://www.phantomjs.org/' sha1 "11b6023c9b2bd3e5f7dc7e3d4e4ce24588a3d396" diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 62394c74b..b6638d8e4 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -6,7 +6,7 @@ class Pianobar < Formula homepage 'https://github.com/PromyLOPh/pianobar/' md5 '1e83f851e92792bd6e59decc4a6b3662' - head 'git://github.com/PromyLOPh/pianobar.git' + head 'https://github.com/PromyLOPh/pianobar.git' depends_on 'libao' depends_on 'mad' diff --git a/Library/Formula/playdar.rb b/Library/Formula/playdar.rb index f9fe85aff..90f9fa3c6 100644 --- a/Library/Formula/playdar.rb +++ b/Library/Formula/playdar.rb @@ -2,7 +2,7 @@ require 'formula' class Playdar < Formula homepage 'http://www.playdar.org' - head 'git://github.com/RJ/playdar-core.git' + head 'https://github.com/RJ/playdar-core.git' depends_on 'taglib' depends_on 'erlang' diff --git a/Library/Formula/plt-racket.rb b/Library/Formula/plt-racket.rb index d48fc39f5..3e72e863f 100644 --- a/Library/Formula/plt-racket.rb +++ b/Library/Formula/plt-racket.rb @@ -2,7 +2,7 @@ require 'formula' class PltRacket < Formula # Use GitHub; tarball doesn't have everything needed for building on OS X - url 'git://github.com/plt/racket.git', :tag => 'v5.1.1' + url 'https://github.com/plt/racket.git', :tag => 'v5.1.1' homepage 'http://racket-lang.org/' version '5.1.1' diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index b888aca4e..516b09789 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -1,7 +1,7 @@ require 'formula' class Rebar < Formula - head "git://github.com/basho/rebar.git", :branch => "master" + head "https://github.com/basho/rebar.git", :branch => "master" homepage 'https://github.com/basho/rebar/wiki' depends_on 'erlang' diff --git a/Library/Formula/redcar.rb b/Library/Formula/redcar.rb index 8a3bb616a..608451f48 100644 --- a/Library/Formula/redcar.rb +++ b/Library/Formula/redcar.rb @@ -1,7 +1,7 @@ require 'formula' class Redcar < Formula - head 'git://github.com/danlucraft/redcar.git' + head 'https://github.com/danlucraft/redcar.git' homepage 'https://github.com/danlucraft/redcar' depends_on 'jruby' diff --git a/Library/Formula/redis-tools.rb b/Library/Formula/redis-tools.rb index 9e7f48145..a0a84059a 100644 --- a/Library/Formula/redis-tools.rb +++ b/Library/Formula/redis-tools.rb @@ -1,7 +1,7 @@ require 'formula' class RedisTools < Formula - head 'git://github.com/antirez/redis-tools.git' + head 'https://github.com/antirez/redis-tools.git' homepage 'https://github.com/antirez/redis-tools' def install diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 7f9243eec..60636cbc3 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -2,7 +2,7 @@ require 'formula' class Redis < Formula url 'http://redis.googlecode.com/files/redis-2.2.8.tar.gz' - head 'git://github.com/antirez/redis.git' + head 'https://github.com/antirez/redis.git' homepage 'http://redis.io/' md5 '106af5e3d4646588fd27be499227e14c' diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 2af762384..e22f25881 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -5,7 +5,7 @@ class Resty < Formula homepage 'https://github.com/micha/resty' md5 'c99beeb500d616e6710beb05fad08285' - head 'git://github.com/micha/resty.git' + head 'https://github.com/micha/resty.git' # Don't take +x off these files skip_clean 'bin' diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb index 24bcb871b..e62f6f220 100644 --- a/Library/Formula/rock.rb +++ b/Library/Formula/rock.rb @@ -4,7 +4,7 @@ class Rock < Formula url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.1-source.tar.bz2' homepage 'http://ooc-lang.org' md5 '66c35a7d9271732790f08a4839cee287' - head 'git://github.com/nddrylliog/rock.git' + head 'https://github.com/nddrylliog/rock.git' def install # make rock using provided bootstrap diff --git a/Library/Formula/rubinius.rb b/Library/Formula/rubinius.rb index 9149613c8..4b7474f2d 100644 --- a/Library/Formula/rubinius.rb +++ b/Library/Formula/rubinius.rb @@ -5,7 +5,7 @@ class Rubinius < Formula url 'http://asset.rubini.us/rubinius-1.2.3-20110315.tar.gz' version '1.2.3' sha1 '7326e27f459e299dd0c2905de9b54034cc70ccbe' - head 'git://github.com/evanphx/rubinius.git' + head 'https://github.com/evanphx/rubinius.git' # Do not strip binaries, or else it fails to run. skip_clean :all diff --git a/Library/Formula/shocco.rb b/Library/Formula/shocco.rb index 96640c721..6943a7e91 100644 --- a/Library/Formula/shocco.rb +++ b/Library/Formula/shocco.rb @@ -9,7 +9,7 @@ class Pygments < Formula end class Shocco < Formula - head 'git://github.com/rtomayko/shocco.git', + head 'https://github.com/rtomayko/shocco.git', :commit => '06ab9ecebd713a1a6ae695b190a775ca6dfeb7b2' homepage 'http://rtomayko.github.com/shocco/' diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index b5adbe13a..8fb7df01c 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -6,7 +6,7 @@ class Sshuttle < Formula md5 '352181fa9ad9648d4e181d19a2458c69' version '0.53' - head 'git://github.com/apenwarr/sshuttle.git' + head 'https://github.com/apenwarr/sshuttle.git' def install libexec.install Dir['*'] diff --git a/Library/Formula/tcpstat.rb b/Library/Formula/tcpstat.rb index f45cd9870..8382941bd 100644 --- a/Library/Formula/tcpstat.rb +++ b/Library/Formula/tcpstat.rb @@ -1,7 +1,7 @@ require 'formula' class Tcpstat < Formula - head 'git://github.com/jtt/tcpstat.git' + head 'https://github.com/jtt/tcpstat.git' homepage 'http://github.com/jtt/tcpstat' def install diff --git a/Library/Formula/titlecase.rb b/Library/Formula/titlecase.rb index 5c258af44..ec5de301d 100644 --- a/Library/Formula/titlecase.rb +++ b/Library/Formula/titlecase.rb @@ -1,7 +1,7 @@ require 'formula' class Titlecase < Formula - head 'git://github.com/ap/titlecase.git' + head 'https://github.com/ap/titlecase.git' homepage 'http://plasmasturm.org/code/titlecase/' def install diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb index 3a9f2c0f2..97ffe5282 100644 --- a/Library/Formula/uncrustify.rb +++ b/Library/Formula/uncrustify.rb @@ -2,7 +2,7 @@ require 'formula' class Uncrustify < Formula url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.57/uncrustify-0.57.tar.gz' - head 'git://github.com/bengardner/uncrustify.git' + head 'https://github.com/bengardner/uncrustify.git' homepage 'http://uncrustify.sourceforge.net/' md5 'df597bf0380d2a0039023719a9fdb6c5' diff --git a/Library/Formula/ut-cache.rb b/Library/Formula/ut-cache.rb index bd99db674..f30eb2e56 100644 --- a/Library/Formula/ut-cache.rb +++ b/Library/Formula/ut-cache.rb @@ -1,7 +1,7 @@ require 'formula' class UtCache < Formula - head 'git://github.com/tanj/Unreal-Tournament-Cache.git' + head 'https://github.com/tanj/Unreal-Tournament-Cache.git' homepage 'https://github.com/tanj/Unreal-Tournament-Cache' def patches diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb index 72f3b2cb7..da4afb908 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.4.7' sha256 '4bd8bb65ad4ad360264e89cf13dd798089e177716eea2db3a4dcdb558bbdd46c' - head 'git://github.com/rkitover/vimpager', :using => :git + head 'https://github.com/rkitover/vimpager', :using => :git def install bin.install 'vimpager' diff --git a/Library/Formula/wol.rb b/Library/Formula/wol.rb index 0fc9b0c79..65bc18a85 100644 --- a/Library/Formula/wol.rb +++ b/Library/Formula/wol.rb @@ -1,7 +1,7 @@ require 'formula' class Wol < Formula - head 'git://github.com/kylef/wol.git' + head 'https://github.com/kylef/wol.git' homepage 'http://kylefuller.co.uk/' def install diff --git a/Library/Formula/yeti.rb b/Library/Formula/yeti.rb index ad0de6037..c863fedbd 100644 --- a/Library/Formula/yeti.rb +++ b/Library/Formula/yeti.rb @@ -6,7 +6,7 @@ class Yeti < Formula md5 'bff76dd83376c8d5828c1e813c2d774a' version '2011.03' # Yeti doesn't do any versioning that I can see, so use date - head 'git://github.com/mth/yeti.git' + head 'https://github.com/mth/yeti.git' def install prefix.install "yeti.jar" diff --git a/Library/Formula/z.rb b/Library/Formula/z.rb index befac25a4..53860dcce 100644 --- a/Library/Formula/z.rb +++ b/Library/Formula/z.rb @@ -5,7 +5,7 @@ class Z < Formula url 'https://github.com/rupa/z/tarball/v1.0' sha1 '788823562d7f03542685c1d839a9c74165cdb0dc' - head 'git://github.com/rupa/z.git' + head 'https://github.com/rupa/z.git' def install (prefix+'etc/profile.d').install 'z.sh' diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index dfbad605d..361932eb9 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -4,7 +4,7 @@ class Znc < Formula url 'http://znc.in/releases/archive/znc-0.098.tar.gz' md5 '5667b4acb1f01309d6eded77abac700c' homepage 'http://en.znc.in/wiki/ZNC' - head 'git://github.com/znc/znc.git' + head 'https://github.com/znc/znc.git' depends_on 'pkg-config' => :build depends_on 'c-ares' => :optional |
