Skip to content

Commit

Permalink
Use https for github repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 27, 2011
1 parent 56a1b27 commit 4e7c332
Show file tree
Hide file tree
Showing 81 changed files with 87 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/adamem.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Adamem < Formula
head 'git:https://github.com/adamv/adamem-osx.git', :branch => 'osx-brew'
head 'https:https://github.com/adamv/adamem-osx.git', :branch => 'osx-brew'
homepage 'https://www.komkon.org/~dekogel/adamem.html'

def startup_script app
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/autojump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Autojump < Formula
homepage 'https://github.com/joelthelion/autojump/wiki'
md5 'a4a36d774ccb27cbcc9dcc6e2528632b'

head 'git:https://github.com/joelthelion/autojump.git'
head 'https:https://github.com/joelthelion/autojump.git'

def install
bin.install "autojump"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/bashreduce.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Bashreduce < Formula
head 'git:https://github.com/erikfrey/bashreduce.git'
head 'https:https://github.com/erikfrey/bashreduce.git'
homepage 'https://github.com/erikfrey/bashreduce'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/bedtools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Bedtools < Formula
url 'https://bedtools.googlecode.com/files/BEDTools.v2.12.0.tar.gz'
homepage 'https://code.google.com/p/bedtools/'
md5 'cc7839a96a7537a810bb645381a2ba8a'
head 'git:https://github.com/arq5x/bedtools.git'
head 'https:https://github.com/arq5x/bedtools.git'

def install
system "make all"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/cake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CakeExecutable < Formula
# Cake jars, installs executable
class Cake < Formula
url "https://releases.clojure-cake.org/jars/cake-#{$cake_version}.jar"
head "git:https://github.com/ninjudd/cake.git", :using => :git
head "https:https://github.com/ninjudd/cake.git", :using => :git
homepage "https://github.com/ninjudd/cake"
md5 "cf570ef6301800515cf36301a322c383"

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/clojure-contrib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ClojureContrib < Formula
url 'https://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip'
md5 '83cc86fd2929ca417a9ab9f2a0dedadb'
head 'git:https://github.com/clojure/clojure-contrib.git'
head 'https:https://github.com/clojure/clojure-contrib.git'
homepage 'https://richhickey.github.com/clojure-contrib/branch-1.1.x/index.html'

depends_on 'clojure'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/clojure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Clojure < Formula
url 'https://github.com/downloads/clojure/clojure/clojure-1.2.0.zip'
md5 'da0cc71378f56491d6ee70dee356831f'
head 'git:https://github.com/clojure/clojure.git'
head 'https:https://github.com/clojure/clojure.git'
homepage 'https://clojure.org/'

def jar
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/cocot.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Cocot < Formula
head 'git:https://github.com/vmi/cocot.git', :branch => 'master'
head 'https:https://github.com/vmi/cocot.git', :branch => 'master'
homepage 'https://vmi.jp/software/cygwin/cocot.html'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/coffee-script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CoffeeScript < Formula
url 'https://github.com/jashkenas/coffee-script/tarball/1.1.0'
head 'git:https://github.com/jashkenas/coffee-script.git'
head 'https:https://github.com/jashkenas/coffee-script.git'
homepage 'https://jashkenas.github.com/coffee-script/'
md5 'b5949db25b62eed9d8ba4f60a78619d4'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/colloquypush.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Colloquypush < Formula
head 'git:https://github.com/wired/colloquypush.git'
head 'https:https://github.com/wired/colloquypush.git'
homepage 'https://github.com/wired/colloquypush'

depends_on 'znc'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/cpanminus.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Cpanminus < Formula
head 'git:https://github.com/miyagawa/cpanminus.git'
head 'https:https://github.com/miyagawa/cpanminus.git'
homepage 'https://github.com/miyagawa/cpanminus'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/cppcheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Cppcheck < Formula
url 'https://downloads.sourceforge.net/project/cppcheck/cppcheck/1.44/cppcheck-1.44.tar.bz2'
homepage 'https://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page'
md5 'c8d24c0e7a3db99660f81b8a0568e050'
head 'git:https://github.com/danmar/cppcheck.git'
head 'https:https://github.com/danmar/cppcheck.git'

# Do not strip binaries, or else it fails to run.
skip_clean :all
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/disco.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://github.com/tuulos/disco.git'
head 'https:https://github.com/tuulos/disco.git'

depends_on 'erlang'
depends_on 'simplejson' => :python if MacOS.leopard?
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/doubledown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://github.com/devstructure/doubledown.git'
head 'https:https://github.com/devstructure/doubledown.git'

def install
bin.install Dir['bin/*']
Expand Down
4 changes: 2 additions & 2 deletions Library/Formula/erlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ class ErlangHeadHtmls < Formula

class Erlang < Formula
# Download from GitHub. Much faster than official tarball.
url "git:https://github.com/erlang/otp.git", :tag => "OTP_R14B03"
url "https:https://github.com/erlang/otp.git", :tag => "OTP_R14B03"
version 'R14B03'
homepage 'https://www.erlang.org'

head "git:https://github.com/erlang/otp.git", :branch => "dev"
head "https: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
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/factor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# One can install the latest stable release using the official DMG.

class Factor < Formula
head 'git:https://github.com/slavapestov/factor.git'
head 'https:https://github.com/slavapestov/factor.git'
homepage 'https://factorcode.org/'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/fire.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Fire < Formula
head 'git:https://github.com/AzizLight/fire.git'
head 'https:https://github.com/AzizLight/fire.git'
homepage 'https://github.com/AzizLight/fire'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/flare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Flare < Formula
url 'https://labs.gree.jp/data/source/flare-1.0.11.tgz'
head 'git:https://github.com/fujimoto/flare.git'
head 'https:https://github.com/fujimoto/flare.git'
homepage 'https://labs.gree.jp/Top/OpenSource/Flare-en.html'
md5 '8be9ac019c8e114bdff246daa82033a6'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/gerrit-tools.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class GerritTools < Formula
head 'git:https://github.com/indirect/gerrit-tools.git'
head 'https:https://github.com/indirect/gerrit-tools.git'
homepage 'https://github.com/indirect/gerrit-tools'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/gist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://github.com/defunkt/gist.git'
head 'https:https://github.com/defunkt/gist.git'

def install
system "rake", "install", "prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/git-extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://github.com/visionmedia/git-extras.git', :branch => 'master'
head 'https:https://github.com/visionmedia/git-extras.git', :branch => 'master'

def install
inreplace 'Makefile', '/usr/local', prefix
Expand Down
8 changes: 4 additions & 4 deletions Library/Formula/git-flow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
require 'formula'

class GitFlowCompletion < Formula
url 'git:https://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0'
url 'https:https://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.1.0'
version '0.4.1.0'
head 'git:https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'
head 'https:https://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'

def initialize
# We need to hard-code the formula name since Homebrew can't
Expand All @@ -18,9 +18,9 @@ def initialize
end

class GitFlow < Formula
url 'git:https://github.com/nvie/gitflow.git', :tag => '0.4.1'
url 'https:https://github.com/nvie/gitflow.git', :tag => '0.4.1'
version '0.4.1'
head 'git:https://github.com/nvie/gitflow.git', :branch => 'develop'
head 'https:https://github.com/nvie/gitflow.git', :branch => 'develop'

homepage 'https://github.com/nvie/gitflow'

Expand Down
3 changes: 1 addition & 2 deletions Library/Formula/git-hg.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
require 'formula'

class GitHg < Formula
head 'git:https://github.com/offbytwo/git-hg.git'
head 'https:https://github.com/offbytwo/git-hg.git'
homepage 'https://offbytwo.com/git-hg/'

def install
# Install all
prefix.install Dir['*']
end
end
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/git-sh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class GitSh < Formula
homepage 'https://github.com/rtomayko/git-sh'
md5 '061c56717564651dd99f5cd14b2b1569'
version '20100401'
head 'git:https://github.com/rtomayko/git-sh.git'
head 'https:https://github.com/rtomayko/git-sh.git'

# Not depending on git because people might have it
# installed through another means
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/git-subtree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class GitSubtree < Formula
version '0.4'
md5 '904f325d2208ad5ca542e7bb56c50f9c'

head 'git:https://github.com/apenwarr/git-subtree.git'
head 'https:https://github.com/apenwarr/git-subtree.git'

def options
[['--build-docs', "Build man pages using asciidoc and xmlto"]]
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/git-utils.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class GitUtils < Formula
head 'git:https://github.com/ddollar/git-utils.git'
head 'https:https://github.com/ddollar/git-utils.git'
homepage 'https://github.com/ddollar/git-utils'

def install
Expand Down
4 changes: 2 additions & 2 deletions Library/Formula/gource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Gource < Formula
homepage 'https://code.google.com/p/gource/'
url 'git:https://github.com/acaudwell/Gource.git', :tag => "gource-0.34"
url 'https:https://github.com/acaudwell/Gource.git', :tag => "gource-0.34"
version "0.34"
head 'git:https://github.com/acaudwell/Gource.git'
head 'https:https://github.com/acaudwell/Gource.git'

depends_on 'pkg-config' => :build
depends_on 'sdl'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/growlme.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Growlme < Formula
head 'git:https://github.com/robey/growlme.git'
head 'https:https://github.com/robey/growlme.git'
homepage 'https://github.com/robey/growlme'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/hiredis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Hiredis < Formula
url 'https://github.com/antirez/hiredis/tarball/v0.10.0'
head 'git:https://github.com/antirez/hiredis.git'
head 'https:https://github.com/antirez/hiredis.git'
homepage 'https://github.com/antirez/hiredis'
version '0.10.0'
sha1 'a54dd2b31cb39bc05bf88538c688bf50f8c6c9c7'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/htop.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Htop < Formula
head 'git:https://github.com/cynthia/htop-osx.git'
head 'https:https://github.com/cynthia/htop-osx.git'
homepage 'https://htop.sourceforge.net/'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/hub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.6.1'
homepage 'https://github.com/defunkt/hub'
head 'git:https://github.com/defunkt/hub.git'
head 'https:https://github.com/defunkt/hub.git'
md5 'a1e87ad54076f075f5d337ff8e0cc144'

def install
Expand Down
4 changes: 2 additions & 2 deletions Library/Formula/imagemagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://github.com/adamv/ImageMagick.git',
url 'https:https://github.com/adamv/ImageMagick.git',
:tag => '6.6.9-4'
version '6.6.9-4'
homepage 'https://www.imagemagick.org'
head 'git:https://github.com/adamv/ImageMagick.git'
head 'https:https://github.com/adamv/ImageMagick.git'

depends_on 'jpeg'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/io.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Io < Formula
head 'git:https://github.com/stevedekorte/io.git'
head 'https:https://github.com/stevedekorte/io.git'
homepage 'https://iolanguage.com/'

depends_on 'cmake' => :build
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/jsawk.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Jsawk < Formula
head 'git:https://github.com/micha/jsawk.git'
head 'https:https://github.com/micha/jsawk.git'
homepage 'https://github.com/micha/jsawk'

depends_on 'spidermonkey'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/jstalk.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Jstalk < Formula
url 'git:https://github.com/ccgus/jstalk.git', :tag => "v1.0.1"
url 'https:https://github.com/ccgus/jstalk.git', :tag => "v1.0.1"
homepage 'https://jstalk.org/'
version '1.0.1'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/kes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'formula'

class Kes < Formula
head 'git:https://github.com/epilnivek/kes.git'
head 'https:https://github.com/epilnivek/kes.git'
homepage 'https://github.com/epilnivek/kes'

def install
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/kumofs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Kumofs < Formula
url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz'
head 'git:https://github.com/etolabo/kumofs.git'
head 'https:https://github.com/etolabo/kumofs.git'
homepage 'https://kumofs.sourceforge.net/'
md5 '70fc53a332fb2b76ae6a3aad7aa59aad'

Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/ledger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Ledger < Formula
url 'ftp:https://ftp.newartisans.com/pub/ledger/ledger-2.6.2.tar.gz'
md5 'b2e6fa98e7339d1e130b1ea9af211c0f'
homepage 'https://www.newartisans.com/software/ledger.html'
head 'git:https://github.com/jwiegley/ledger.git', :branch => 'next'
head 'https:https://github.com/jwiegley/ledger.git', :branch => 'next'

depends_on 'gettext'
depends_on 'boost'
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/libgit2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Libgit2 < Formula
md5 '70073b25de4cca873cf565f81023f426'
homepage 'https://libgit2.github.com/'

head 'git:https://github.com/libgit2/libgit2.git', :branch => 'master'
head 'https:https://github.com/libgit2/libgit2.git', :branch => 'master'

def install
system "./waf", "configure", "--prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/libnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Libnet < Formula
url "https://github.com/sam-github/libnet/tarball/libnet-1.1.4"
md5 "0cb6c04063c1db37c91af08c76d25134"
head 'git:https://github.com/sam-github/libnet.git'
head 'https:https://github.com/sam-github/libnet.git'
homepage 'https://github.com/sam-github/libnet'

def install
Expand Down
Loading

0 comments on commit 4e7c332

Please sign in to comment.