diff options
| author | Tianyi Cui | 2010-11-11 02:16:28 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-18 20:14:27 -0800 |
| commit | 7871a99fe3439f457634e5792dd2f7b127fdd2dc (patch) | |
| tree | 05f071812239c3c3eda888f1f45b880d2f79cdf3 /Library | |
| parent | d2530e5280072e1278eb509efbad3312e863e3e7 (diff) | |
| download | homebrew-7871a99fe3439f457634e5792dd2f7b127fdd2dc.tar.bz2 | |
Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
90 files changed, 127 insertions, 127 deletions
diff --git a/Library/Formula/arabica.rb b/Library/Formula/arabica.rb index 4d0de1280..dfb1fdaab 100644 --- a/Library/Formula/arabica.rb +++ b/Library/Formula/arabica.rb @@ -2,7 +2,7 @@ require 'formula' class Arabica <Formula homepage 'http://www.jezuk.co.uk/cgi-bin/view/arabica' - url 'http://github.com/ashb/Arabica/tarball/20100203' + url 'https://github.com/ashb/Arabica/tarball/20100203' version '20100203' md5 '9318c4d498957cd356e533f2132d6956' diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb index a32832d70..df2f1f82c 100644 --- a/Library/Formula/arping.rb +++ b/Library/Formula/arping.rb @@ -1,9 +1,9 @@ require 'formula' class Arping <Formula - url 'http://github.com/ThomasHabets/arping/tarball/arping-2.09' + url 'https://github.com/ThomasHabets/arping/tarball/arping-2.09' version '2.09' - homepage 'http://github.com/ThomasHabets/arping' + homepage 'https://github.com/ThomasHabets/arping' md5 '8a10b23655ffbe93667691fb881afbf4' depends_on 'libnet' diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index d12f498be..380411a2e 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -2,7 +2,7 @@ require 'formula' class Autojump <Formula url 'https://github.com/downloads/joelthelion/autojump/autojump_v13.tar.gz' - homepage 'http://github.com/joelthelion/autojump/wiki' + homepage 'https://github.com/joelthelion/autojump/wiki' md5 '13e4e6173f4ed63b8babb00fcd95f600' version '13' diff --git a/Library/Formula/bashreduce.rb b/Library/Formula/bashreduce.rb index fc44ed336..689f59293 100644 --- a/Library/Formula/bashreduce.rb +++ b/Library/Formula/bashreduce.rb @@ -2,7 +2,7 @@ require 'formula' class Bashreduce <Formula head 'git://github.com/erikfrey/bashreduce.git' - homepage 'http://github.com/erikfrey/bashreduce' + homepage 'https://github.com/erikfrey/bashreduce' def install Dir.chdir 'brutils' do diff --git a/Library/Formula/browser.rb b/Library/Formula/browser.rb index 6d4d08df0..58902c443 100644 --- a/Library/Formula/browser.rb +++ b/Library/Formula/browser.rb @@ -1,7 +1,7 @@ require 'formula' class Browser <GithubGistFormula - url 'http://gist.github.com/raw/318247/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser' - homepage 'http://gist.github.com/318247/' + url 'https://gist.github.com/raw/318247/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser' + homepage 'https://gist.github.com/318247/' md5 '8bdad2260651ea88d4f868071ef5b604' end diff --git a/Library/Formula/btpd.rb b/Library/Formula/btpd.rb index 2f7bb5e65..39f4f9c1d 100644 --- a/Library/Formula/btpd.rb +++ b/Library/Formula/btpd.rb @@ -1,8 +1,8 @@ require 'formula' class Btpd <Formula - url 'http://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz' - homepage 'http://github.com/btpd/btpd' + url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz' + homepage 'https://github.com/btpd/btpd' md5 'fe042aae8d7c515ecd855673d1c2b33e' def install diff --git a/Library/Formula/c10t.rb b/Library/Formula/c10t.rb index 9f2bea514..fc6f0d6ca 100644 --- a/Library/Formula/c10t.rb +++ b/Library/Formula/c10t.rb @@ -3,9 +3,9 @@ require 'formula' # Minecraft cartography tool class C10t <Formula - url 'http://github.com/udoprog/c10t/tarball/1.3' - homepage 'http://github.com/udoprog/c10t' - md5 '50ba408884b14091a6a672f680f29873' + url 'https://github.com/udoprog/c10t/tarball/1.4' + homepage 'https://github.com/udoprog/c10t' + md5 '27ff806400602726e45679d444c4489d' depends_on 'cmake' => :build depends_on 'libpng' diff --git a/Library/Formula/clojure-contrib.rb b/Library/Formula/clojure-contrib.rb index 397f3cdad..80e938569 100644 --- a/Library/Formula/clojure-contrib.rb +++ b/Library/Formula/clojure-contrib.rb @@ -1,7 +1,7 @@ require 'formula' class ClojureContrib <Formula - url 'http://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip' + url 'https://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip' md5 '83cc86fd2929ca417a9ab9f2a0dedadb' head 'git://github.com/clojure/clojure-contrib.git' homepage 'http://richhickey.github.com/clojure-contrib/branch-1.1.x/index.html' diff --git a/Library/Formula/clojure.rb b/Library/Formula/clojure.rb index 629e8ee84..3d7785a19 100644 --- a/Library/Formula/clojure.rb +++ b/Library/Formula/clojure.rb @@ -1,7 +1,7 @@ require 'formula' class Clojure <Formula - url 'http://github.com/downloads/clojure/clojure/clojure-1.2.0.zip' + url 'https://github.com/downloads/clojure/clojure/clojure-1.2.0.zip' md5 'da0cc71378f56491d6ee70dee356831f' head 'git://github.com/clojure/clojure.git' homepage 'http://clojure.org/' diff --git a/Library/Formula/colloquypush.rb b/Library/Formula/colloquypush.rb index 7cc11cff4..534d32f5e 100644 --- a/Library/Formula/colloquypush.rb +++ b/Library/Formula/colloquypush.rb @@ -2,7 +2,7 @@ require 'formula' class Colloquypush <Formula head 'git://github.com/wired/colloquypush.git' - homepage 'http://github.com/wired/colloquypush' + homepage 'https://github.com/wired/colloquypush' depends_on 'znc' diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index e6fc1e296..eb5ed266a 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -1,8 +1,8 @@ require 'formula' class CouchdbLucene <Formula - url 'http://github.com/rnewson/couchdb-lucene/tarball/v0.5.3' - homepage 'http://github.com/rnewson/couchdb-lucene' + url 'https://github.com/rnewson/couchdb-lucene/tarball/v0.5.3' + homepage 'https://github.com/rnewson/couchdb-lucene' md5 '1b9be17eb59b6b2839e50eb222bc7e7e' depends_on 'couchdb' diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index ef43757fe..dcb7d09e6 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -1,7 +1,7 @@ require 'formula' class Couchdb <Formula - url 'http://github.com/apache/couchdb/tarball/1.0.1' + url 'https://github.com/apache/couchdb/tarball/1.0.1' homepage "http://couchdb.apache.org/" md5 'f2ea23caacff482afe44e29a3f8b7685' diff --git a/Library/Formula/cpanminus.rb b/Library/Formula/cpanminus.rb index c939cae30..658bca6ff 100644 --- a/Library/Formula/cpanminus.rb +++ b/Library/Formula/cpanminus.rb @@ -2,7 +2,7 @@ require 'formula' class Cpanminus <Formula head 'git://github.com/miyagawa/cpanminus.git' - homepage 'http://github.com/miyagawa/cpanminus' + homepage 'https://github.com/miyagawa/cpanminus' def install bin.install ['cpanm'] diff --git a/Library/Formula/cpansearch.rb b/Library/Formula/cpansearch.rb index 2f12c8d7d..77e938c49 100644 --- a/Library/Formula/cpansearch.rb +++ b/Library/Formula/cpansearch.rb @@ -1,8 +1,8 @@ require 'formula' class Cpansearch <Formula - head 'http://github.com/c9s/cpansearch.git', :using => :git - homepage 'http://github.com/c9s/cpansearch' + head 'https://github.com/c9s/cpansearch.git', :using => :git + homepage 'https://github.com/c9s/cpansearch' depends_on 'glib' diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb index 831669bbe..b217f95c1 100644 --- a/Library/Formula/discount.rb +++ b/Library/Formula/discount.rb @@ -1,7 +1,7 @@ require 'formula' class Discount <Formula - url 'http://github.com/Orc/discount/tarball/v2.0.1' + url 'https://github.com/Orc/discount/tarball/v2.0.1' homepage 'http://www.pell.portland.or.us/~orc/Code/markdown/' md5 '2495811dd9f68550a1464e4b6b00ac25' diff --git a/Library/Formula/docbook.rb b/Library/Formula/docbook.rb index 58a79e2b3..84afac197 100644 --- a/Library/Formula/docbook.rb +++ b/Library/Formula/docbook.rb @@ -1,7 +1,7 @@ require 'formula' class Docbook <Formula - url 'http://gist.github.com/raw/462528/098ccc609b039cf5b6d11fcd9c8ef333c3861b65/docbook-register' + url 'https://gist.github.com/raw/462528/098ccc609b039cf5b6d11fcd9c8ef333c3861b65/docbook-register' md5 '0fbc35a136190050de3598354655fd82' version '5.0' homepage 'http://docbook.sourceforge.net/' diff --git a/Library/Formula/dotless.rb b/Library/Formula/dotless.rb index dd8c0989f..ba36cb491 100644 --- a/Library/Formula/dotless.rb +++ b/Library/Formula/dotless.rb @@ -7,7 +7,7 @@ class Dotless < Formula version "1.1.0.2-26" # Head version is in GitHub, but requires builds: - # http://github.com/dotless/dotless + # https://github.com/dotless/dotless def install mono_path = `/usr/bin/which mono`.strip diff --git a/Library/Formula/doubledown.rb b/Library/Formula/doubledown.rb index 620ce9c75..7e6b487b4 100644 --- a/Library/Formula/doubledown.rb +++ b/Library/Formula/doubledown.rb @@ -1,8 +1,8 @@ require 'formula' class Doubledown <Formula - url 'http://github.com/devstructure/doubledown/tarball/v0.0.2' - homepage 'http://github.com/devstructure/doubledown' + 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' diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb index acb07fdae..a5f0f2d45 100644 --- a/Library/Formula/dwm.rb +++ b/Library/Formula/dwm.rb @@ -24,7 +24,7 @@ class Dwm <Formula e.g. by running the following command from $HOME/.xinitrc xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'& - See also http://gist.github.com/311377 for a handful of tips and tricks + See also https://gist.github.com/311377 for a handful of tips and tricks for running dwm on Mac OS X. EOS end diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index cf8029b96..f4219ac0f 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,7 +1,7 @@ require 'formula' class Elasticsearch < Formula - url 'http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip' + url 'https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.11.0.zip' homepage 'http://www.elasticsearch.com' md5 'ef19e6fc7bad8f76e4371a94de7e0da7' diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index f399b6fab..0645a16a6 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -20,7 +20,7 @@ class Emacs <Formula end def patches - "http://github.com/downloads/typester/emacs/feature-fullscreen.patch" if ARGV.include? "--cocoa" + "https://github.com/downloads/typester/emacs/feature-fullscreen.patch" if ARGV.include? "--cocoa" end def caveats diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 291990f5f..97d180f62 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -34,7 +34,7 @@ class Erlang <Formula def install ENV.deparallelize - fails_with_llvm "See http://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 + fails_with_llvm "See https://github.com/mxcl/homebrew/issues/issue/120", :build => 2326 # If building from GitHub, this step is required (but not for tarball downloads.) system "./otp_build autoconf" if File.exist? "otp_build" diff --git a/Library/Formula/exodriver.rb b/Library/Formula/exodriver.rb index 4d588d3a0..30d2683c3 100644 --- a/Library/Formula/exodriver.rb +++ b/Library/Formula/exodriver.rb @@ -1,12 +1,12 @@ require 'formula' class Exodriver <Formula - url 'http://github.com/labjack/exodriver/tarball/98cf1f83ff65ab7a317f4310d46081a476ae939c' + url 'https://github.com/labjack/exodriver/tarball/98cf1f83ff65ab7a317f4310d46081a476ae939c' homepage 'http://labjack.com/support/linux-and-mac-os-x-drivers' md5 'ec227347ccaf0772d175d3a2cf557105' version '2.0-0-98cf1f8' - head 'http://github.com/labjack/exodriver.git', :using => :git + head 'https://github.com/labjack/exodriver.git', :using => :git depends_on 'libusb' diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb index 4d5460fcb..2493022d0 100644 --- a/Library/Formula/flac.rb +++ b/Library/Formula/flac.rb @@ -1,7 +1,7 @@ require 'formula' class Flac2Mp3 <GithubGistFormula - url 'http://gist.github.com/raw/124242/79857936f1d72824be0fb5d2ac845c02322abea0/flac2mp3' + url 'https://gist.github.com/raw/124242/79857936f1d72824be0fb5d2ac845c02322abea0/flac2mp3' md5 '8351009b64afedfeb7a9e162ccd8d94c' end diff --git a/Library/Formula/gerrit-tools.rb b/Library/Formula/gerrit-tools.rb index eb3e5a13c..af4dd4b1a 100644 --- a/Library/Formula/gerrit-tools.rb +++ b/Library/Formula/gerrit-tools.rb @@ -2,7 +2,7 @@ require 'formula' class GerritTools <Formula head 'git://github.com/indirect/gerrit-tools.git' - homepage 'http://github.com/indirect/gerrit-tools' + homepage 'https://github.com/indirect/gerrit-tools' def install prefix.install 'bin' diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index c3420e8ad..16ca4a93f 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -8,7 +8,7 @@ class Gettext <Formula keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." def patches - 'http://gist.github.com/raw/186336/2fe65fab894f94a03aab2f03349ae7f1febcd301/mac-osx-105-environ.patch' + 'https://gist.github.com/raw/186336/2fe65fab894f94a03aab2f03349ae7f1febcd301/mac-osx-105-environ.patch' end def options diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index 922a442fc..cfa45790e 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -55,7 +55,7 @@ class Ghostscript <Formula def caveats <<-EOS.undent There have been reports that installing Ghostscript can break printing on OS X: - http://github.com/mxcl/homebrew/issues/issue/528 + https://github.com/mxcl/homebrew/issues/issue/528 If your printing doesn't break, please comment on the issue! Thanks. EOS diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index 283cfffcb..0fb036e8e 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -2,7 +2,7 @@ require 'formula' class Gist < Formula url 'https://github.com/defunkt/gist/tarball/v2.0.0' - homepage 'http://github.com/defunkt/gist' + homepage 'https://github.com/defunkt/gist' md5 '4be2158b5a3d570f0f14d3ba092458db' def install diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index a9b48d2df..960280f38 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -5,7 +5,7 @@ class GitExtras <Formula version '0.0.7' head 'git://github.com/visionmedia/git-extras.git', :branch => 'master' - homepage 'http://github.com/visionmedia/git-extras' + homepage 'https://github.com/visionmedia/git-extras' # Patch won't be needed in 0.0.8. See: # https://github.com/visionmedia/git-extras/issues/issue/25 diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index ea86b5adb..170a1555c 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -14,7 +14,7 @@ class GitFlowCompletion <Formula super "git-flow-completion" end - homepage 'http://github.com/bobthecow/git-flow-completion' + homepage 'https://github.com/bobthecow/git-flow-completion' end class GitFlow <Formula @@ -22,7 +22,7 @@ class GitFlow <Formula version '0.4' head 'git://github.com/nvie/gitflow.git', :branch => 'develop' - homepage 'http://github.com/nvie/gitflow' + homepage 'https://github.com/nvie/gitflow' def install system "make", "prefix=#{prefix}", "install" diff --git a/Library/Formula/git-sh.rb b/Library/Formula/git-sh.rb index d09863536..b18cdd0f2 100644 --- a/Library/Formula/git-sh.rb +++ b/Library/Formula/git-sh.rb @@ -1,8 +1,8 @@ require 'formula' class GitSh < Formula - url 'http://github.com/rtomayko/git-sh/tarball/a6eba8824586ce34aff9907af448b3336f7c83d2' - homepage 'http://github.com/rtomayko/git-sh' + url 'https://github.com/rtomayko/git-sh/tarball/a6eba8824586ce34aff9907af448b3336f7c83d2' + homepage 'https://github.com/rtomayko/git-sh' md5 '061c56717564651dd99f5cd14b2b1569' version '20100401' head 'git://github.com/rtomayko/git-sh.git' diff --git a/Library/Formula/git-ssh.rb b/Library/Formula/git-ssh.rb index a05e649dd..d1b3c8abe 100644 --- a/Library/Formula/git-ssh.rb +++ b/Library/Formula/git-ssh.rb @@ -1,9 +1,9 @@ require 'formula' class GitSsh <Formula - url 'http://github.com/lemarsu/git-ssh/tarball/v0.2.0' + url 'https://github.com/lemarsu/git-ssh/tarball/v0.2.0' md5 '5d146666bce5df59aab648b6ee7370ad' - homepage 'http://github.com/lemarsu/git-ssh' + homepage 'https://github.com/lemarsu/git-ssh' def install # Change loading of required code from libexec location (Cellar only) diff --git a/Library/Formula/git-subtree.rb b/Library/Formula/git-subtree.rb index b427ff42a..7c8feaf97 100644 --- a/Library/Formula/git-subtree.rb +++ b/Library/Formula/git-subtree.rb @@ -1,7 +1,7 @@ require 'formula' class GitSubtree <Formula - homepage 'http://github.com/apenwarr/git-subtree' + homepage 'https://github.com/apenwarr/git-subtree' head 'git://github.com/apenwarr/git-subtree.git', :tag => 'v0.3' diff --git a/Library/Formula/git-utils.rb b/Library/Formula/git-utils.rb index 32be5eb9b..6c34701fd 100644 --- a/Library/Formula/git-utils.rb +++ b/Library/Formula/git-utils.rb @@ -2,7 +2,7 @@ require 'formula' class GitUtils <Formula head 'git://github.com/ddollar/git-utils.git' - homepage 'http://github.com/ddollar/git-utils' + homepage 'https://github.com/ddollar/git-utils' def install bin.install Dir['git-*'] diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 432446508..4691900cc 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -14,7 +14,7 @@ class Gmp <Formula def install # Reports of problems using gcc 4.0 on Leopard - # http://github.com/mxcl/homebrew/issues/issue/2302 + # https://github.com/mxcl/homebrew/issues/issue/2302 ENV.gcc_4_2 if MACOS_VERSION < 10.6 fails_with_llvm "Tests fail to compile; missing references in 'llvm bitcode in libtests.a(misc.o)'." diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 69710ceca..578e08acd 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -3,7 +3,7 @@ require 'hardware' class Go <Formula if ARGV.include? "--use-git-head" - head 'http://github.com/tav/go.git', :tag => 'release' + head 'https://github.com/tav/go.git', :tag => 'release' else head 'http://go.googlecode.com/hg/', :revision => 'release' end @@ -20,7 +20,7 @@ class Go <Formula end def install - ENV.j1 # http://github.com/mxcl/homebrew/issues/#issue/237 + ENV.j1 # https://github.com/mxcl/homebrew/issues/#issue/237 prefix.install %w[src include test doc misc lib favicon.ico] Dir.chdir prefix mkdir %w[pkg bin] @@ -34,7 +34,7 @@ class Go <Formula Dir.chdir 'src' do system "./all.bash" - # Keep the makefiles - http://github.com/mxcl/homebrew/issues/issue/1404 + # Keep the makefiles - https://github.com/mxcl/homebrew/issues/issue/1404 end Dir['src/*'].each{|f| rm_rf f unless f.match(/^src\/(pkg|Make)/) } @@ -44,7 +44,7 @@ class Go <Formula def caveats <<-EOS.undent The official Go code repository uses mercurial, but a reasonably - up-to-date git mirror is available at http://github.com/tav/go.git. + up-to-date git mirror is available at https://github.com/tav/go.git. To use the git mirror for Go builds, use the --use-git-head option. In order to use Go, set the following in your ~/.profile: diff --git a/Library/Formula/greg.rb b/Library/Formula/greg.rb index 881d01605..16b8bb49f 100644 --- a/Library/Formula/greg.rb +++ b/Library/Formula/greg.rb @@ -1,8 +1,8 @@ require 'formula' class Greg <Formula - head 'http://github.com/nddrylliog/greg.git' - homepage 'http://github.com/nddrylliog/greg' + head 'https://github.com/nddrylliog/greg.git' + homepage 'https://github.com/nddrylliog/greg' def install inreplace 'Makefile' do |s| diff --git a/Library/Formula/growlme.rb b/Library/Formula/growlme.rb index 14138dc6e..638f48891 100644 --- a/Library/Formula/growlme.rb +++ b/Library/Formula/growlme.rb @@ -2,7 +2,7 @@ require 'formula' class Growlme <Formula head 'git://github.com/robey/growlme.git' - homepage 'http://github.com/robey/growlme' + homepage 'https://github.com/robey/growlme' def install bin.install "growlme" diff --git a/Library/Formula/growlnotify.rb b/Library/Formula/growlnotify.rb index 518042878..29bb6aff9 100644 --- a/Library/Formula/growlnotify.rb +++ b/Library/Formula/growlnotify.rb @@ -1,7 +1,7 @@ require 'formula' class Growlnotify <Formula - url 'http://github.com/indirect/growlnotify/tarball/v1.2' + url 'https://github.com/indirect/growlnotify/tarball/v1.2' md5 '9941d5c49862f5391877023fc3baec49' homepage 'http://growl.info/extras.php#growlnotify' diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index cee9711e6..841164ee5 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,8 +1,8 @@ require 'formula' class Hub <Formula - url 'http://github.com/defunkt/hub/tarball/v1.4.1' - homepage 'http://github.com/defunkt/hub' + url 'https://github.com/defunkt/hub/tarball/v1.4.1' + homepage 'https://github.com/defunkt/hub' md5 '0b62ab79ac10962cab08bdb47c9f9d34' def install diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 2ee1e40e1..e1403881d 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -10,7 +10,7 @@ class Icu4c <Formula DATA end - keg_only "Conflicts; see: http://github.com/mxcl/homebrew/issues/issue/167" + keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167" def install ENV.append "LDFLAGS", "-headerpad_max_install_names" diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 7e8c1d33e..736f46257 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -1,4 +1,4 @@ -# some credit to http://github.com/maddox/magick-installer +# some credit to https://github.com/maddox/magick-installer require 'formula' class UnsafeSvn <SubversionDownloadStrategy diff --git a/Library/Formula/jack.rb b/Library/Formula/jack.rb index 6c5dabffa..c49ebc4f9 100644 --- a/Library/Formula/jack.rb +++ b/Library/Formula/jack.rb @@ -10,7 +10,7 @@ class Jack <Formula def patches # default build assumes ppc+i386, changed to i386+x86_64 - "http://gist.github.com/raw/636194/jack-1.9.6_homebrew.patch" + "https://gist.github.com/raw/636194/jack-1.9.6_homebrew.patch" end def install diff --git a/Library/Formula/jsawk.rb b/Library/Formula/jsawk.rb index 4a0d73937..1a344a4bd 100644 --- a/Library/Formula/jsawk.rb +++ b/Library/Formula/jsawk.rb @@ -2,7 +2,7 @@ require 'formula' class Jsawk <Formula head 'git://github.com/micha/jsawk.git' - homepage 'http://github.com/micha/jsawk' + homepage 'https://github.com/micha/jsawk' depends_on 'spidermonkey' diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index 51209c14d..348283297 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -2,7 +2,7 @@ require 'formula' class Kes <Formula head 'git://github.com/epilnivek/kes.git' - homepage 'http://github.com/epilnivek/kes' + homepage 'https://github.com/epilnivek/kes' def install system "make" diff --git a/Library/Formula/kiwi.rb b/Library/Formula/kiwi.rb index 70cad6d6c..e2ce6bb26 100644 --- a/Library/Formula/kiwi.rb +++ b/Library/Formula/kiwi.rb @@ -1,8 +1,8 @@ require 'formula' class Kiwi <Formula - url 'http://github.com/visionmedia/kiwi/tarball/0.3.1' - homepage 'http://github.com/visionmedia/kiwi' + url 'https://github.com/visionmedia/kiwi/tarball/0.3.1' + homepage 'https://github.com/visionmedia/kiwi' md5 '2ae655e5dc3861f3852d7592b7ab9533' depends_on 'rlwrap' => :recommended diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb index 3e747f4b8..69a7c81e0 100644 --- a/Library/Formula/kumofs.rb +++ b/Library/Formula/kumofs.rb @@ -1,7 +1,7 @@ require 'formula' class Kumofs <Formula - url 'http://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz' + url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz' head 'git://github.com/etolabo/kumofs.git' homepage 'http://kumofs.sourceforge.net/' md5 '70fc53a332fb2b76ae6a3aad7aa59aad' diff --git a/Library/Formula/lastfmfpclient.rb b/Library/Formula/lastfmfpclient.rb index 039f1e122..e510710b8 100644 --- a/Library/Formula/lastfmfpclient.rb +++ b/Library/Formula/lastfmfpclient.rb @@ -1,9 +1,9 @@ require 'formula' class Lastfmfpclient <Formula - url 'http://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9' + url 'https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9' version '1.6' - homepage 'http://github.com/lastfm/Fingerprinter' + homepage 'https://github.com/lastfm/Fingerprinter' md5 'ab909b4d6dcc6182afae616749ce0fdc' depends_on 'cmake' => :build diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index 65f504f25..fcefd21fd 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -1,9 +1,9 @@ require 'formula' class Leiningen <Formula - url 'http://github.com/technomancy/leiningen/tarball/1.3.1' - head 'http://github.com/technomancy/leiningen.git', :using => :git - homepage 'http://github.com/technomancy/leiningen' + url 'https://github.com/technomancy/leiningen/tarball/1.3.1' + head 'https://github.com/technomancy/leiningen.git', :using => :git + homepage 'https://github.com/technomancy/leiningen' md5 '707fb0da7b89b44d9d37a9bac2bf3b3f' def install diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb index cb2245aa1..defa2c5f6 100644 --- a/Library/Formula/libcaca.rb +++ b/Library/Formula/libcaca.rb @@ -11,7 +11,7 @@ class Libcaca <Formula def install # Some people can't compile when Java is enabled. See: - # http://github.com/mxcl/homebrew/issues/issue/2049 + # https://github.com/mxcl/homebrew/issues/issue/2049 # Don't build csharp bindings # Don't build ruby bindings; fails for adamv w/ Homebrew Ruby 1.9.2 diff --git a/Library/Formula/libdlna.rb b/Library/Formula/libdlna.rb index 40c319fac..3cf7498b4 100644 --- a/Library/Formula/libdlna.rb +++ b/Library/Formula/libdlna.rb @@ -9,7 +9,7 @@ class Libdlna <Formula def patches # fixes ffmpeg locations - "http://gist.github.com/raw/356431/fbddfeee80d9224f6c67886b119fbd813f3c0ffa/libdlna.patch" + "https://gist.github.com/raw/356431/fbddfeee80d9224f6c67886b119fbd813f3c0ffa/libdlna.patch" end def install diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 54db4466c..cef839110 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -1,9 +1,9 @@ require 'formula' class Liblastfm <Formula - homepage 'http://github.com/mxcl/liblastfm/' - url 'http://github.com/mxcl/liblastfm/tarball/0.3.3' - md5 'fe339bf46aefc515c251200d10262f79' + homepage 'https://github.com/mxcl/liblastfm/' + url 'http://static.last.fm/src/liblastfm-0.3.0.tar.bz2' + md5 '3f73222ebc31635941832b01e7a494b6' depends_on 'qt' depends_on 'fftw' diff --git a/Library/Formula/libnet.rb b/Library/Formula/libnet.rb index 2ba8dab57..c1fb93a21 100644 --- a/Library/Formula/libnet.rb +++ b/Library/Formula/libnet.rb @@ -1,10 +1,10 @@ require 'formula' class Libnet < Formula - url "http://github.com/sam-github/libnet/tarball/libnet-1.1.4" + url "https://github.com/sam-github/libnet/tarball/libnet-1.1.4" md5 "0cb6c04063c1db37c91af08c76d25134" head 'git://github.com/sam-github/libnet.git' - homepage 'http://github.com/sam-github/libnet' + homepage 'https://github.com/sam-github/libnet' def install cd 'libnet' diff --git a/Library/Formula/libopenspotify.rb b/Library/Formula/libopenspotify.rb index 7cfcad27b..8a2873fae 100644 --- a/Library/Formula/libopenspotify.rb +++ b/Library/Formula/libopenspotify.rb @@ -2,7 +2,7 @@ require 'formula' class Libopenspotify <Formula head 'git://github.com/noahwilliamsson/openspotify.git' - homepage 'http://github.com/noahwilliamsson/openspotify' + homepage 'https://github.com/noahwilliamsson/openspotify' depends_on 'libogg' depends_on 'libvorbis' diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 5fee20544..4da9cd164 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -2,7 +2,7 @@ require 'formula' class Libplist <Formula url 'http://cloud.github.com/downloads/JonathanBeck/libplist/libplist-1.3.tar.bz2' - homepage 'http://github.com/JonathanBeck/libplist' + homepage 'https://github.com/JonathanBeck/libplist' md5 '0f48f4da8ddba5d7e186307622bf2c62' depends_on 'cmake' => :build diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb index bb12ac012..e2d769d52 100644 --- a/Library/Formula/lolcode.rb +++ b/Library/Formula/lolcode.rb @@ -2,7 +2,7 @@ require 'formula' class Lolcode <Formula homepage 'http://www.icanhaslolcode.org/' - url 'http://github.com/justinmeza/lci/tarball/v0.9.2' + url 'https://github.com/justinmeza/lci/tarball/v0.9.2' head 'git://github.com/justinmeza/lolcode.git' md5 '04493a3e491723d2928eb37cd90bbf54' diff --git a/Library/Formula/mad.rb b/Library/Formula/mad.rb index a12ee2a33..f24374ba1 100644 --- a/Library/Formula/mad.rb +++ b/Library/Formula/mad.rb @@ -26,7 +26,7 @@ Cflags: -I${includedir} fpm = snow_leopard_64? ? '64bit': 'intel' system "./configure", "--disable-debugging", "--enable-fpm=#{fpm}", "--prefix=#{prefix}" - # See: http://github.com/mxcl/homebrew/issues/issue/1263 + # See: https://github.com/mxcl/homebrew/issues/issue/1263 inreplace "Makefile" do |s| s.change_make_var! "CFLAGS", ENV.cflags s.change_make_var! "LDFLAGS", ENV.ldflags diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index 6d026bda0..e78c7b9dc 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -1,8 +1,8 @@ require 'formula' class Magit <Formula - url 'http://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz' - homepage 'http://github.com/philjackson/magit' + url 'https://github.com/downloads/philjackson/magit/magit-0.8.2.tar.gz' + homepage 'https://github.com/philjackson/magit' md5 'fe7e1a1085190ede6bed49e406fe0ce9' head 'git://github.com/philjackson/magit.git' diff --git a/Library/Formula/metalua.rb b/Library/Formula/metalua.rb index 96dd702e5..3d3fc589a 100644 --- a/Library/Formula/metalua.rb +++ b/Library/Formula/metalua.rb @@ -1,8 +1,8 @@ require 'formula' class Metalua <Formula - head 'http://github.com/fab13n/metalua.git' - url 'http://github.com/fab13n/metalua/tarball/0.5-rc2' + head 'https://github.com/fab13n/metalua.git' + url 'https://github.com/fab13n/metalua/tarball/0.5-rc2' homepage 'http://metalua.luaforge.net/' md5 'c841976b3a2fe9b7322aaca16927c9e2' version '0.5-rc2' diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb index c22ae3915..4f311b346 100644 --- a/Library/Formula/migreazy.rb +++ b/Library/Formula/migreazy.rb @@ -2,7 +2,7 @@ require 'formula' class Migreazy <Formula head 'git://github.com/fhwang/migreazy.git' - homepage 'http://github.com/fhwang/migreazy' + homepage 'https://github.com/fhwang/migreazy' def install mv 'MIT-LICENSE', 'LICENSE' diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 3e6786e7a..1526974c8 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -2,7 +2,7 @@ require 'formula' class Mplayer <Formula homepage 'http://www.mplayerhq.hu/' - # http://github.com/mxcl/homebrew/issues/issue/87 + # https://github.com/mxcl/homebrew/issues/issue/87 head 'svn://svn.mplayerhq.hu/mplayer/trunk', :using => StrictSubversionDownloadStrategy depends_on 'pkg-config' => :build @@ -10,7 +10,7 @@ class Mplayer <Formula def install # Do not use pipes, per bug report - # http://github.com/mxcl/homebrew/issues#issue/622 + # https://github.com/mxcl/homebrew/issues#issue/622 # and MacPorts # http://trac.macports.org/browser/trunk/dports/multimedia/mplayer-devel/Portfile # any kind of optimisation breaks the build diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 480d11ebc..bc172a535 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -21,7 +21,7 @@ class Mysql <Formula end def install - fails_with_llvm "http://github.com/mxcl/homebrew/issues/issue/144" + fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144" # See: http://dev.mysql.com/doc/refman/5.1/en/configure-options.html # These flags may not apply to gcc 4+ diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index dda2b1357..17d93f453 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -1,8 +1,8 @@ require 'formula' class OfflineImap < Formula - url "http://github.com/downloads/rue/offlineimap/offlineimap-6.2.0.tar.gz" - homepage "http://github.com/rue/offlineimap" + url "https://github.com/downloads/rue/offlineimap/offlineimap-6.2.0.tar.gz" + homepage "https://github.com/rue/offlineimap" md5 "919ad6f71b8437ad0a08a5fdeae9cb67" def install diff --git a/Library/Formula/openldap.rb b/Library/Formula/openldap.rb index ee93a9e9a..b67f4003a 100644 --- a/Library/Formula/openldap.rb +++ b/Library/Formula/openldap.rb @@ -15,7 +15,7 @@ class Openldap <Formula def caveats; <<-EOS.undent OpenLDAP depends on berkeley-db 4.x, but Homebrew provides version 5.x, which doesn't work. To work around this, do: - $ brew install http://github.com/adamv/homebrew/raw/versions/Library/Formula/berkeley-db4.rb --without-java + $ brew install https://github.com/adamv/homebrew/raw/versions/Library/Formula/berkeley-db4.rb --without-java $ brew install --ignore-dependencies openldap EOS end diff --git a/Library/Formula/orderly.rb b/Library/Formula/orderly.rb index e8fc3e0bb..a6ab2a69c 100644 --- a/Library/Formula/orderly.rb +++ b/Library/Formula/orderly.rb @@ -1,7 +1,7 @@ require 'formula' class Orderly <Formula - url 'http://github.com/lloyd/orderly/tarball/cdf140170b987a27826ba146b31890b0ae1506bd' + url 'https://github.com/lloyd/orderly/tarball/cdf140170b987a27826ba146b31890b0ae1506bd' homepage 'http://orderly-json.org/' md5 'b416de7d7e90088a7c842cc26ae393ec' version '0.0.1' diff --git a/Library/Formula/p0f.rb b/Library/Formula/p0f.rb index 83784c759..61a50418f 100644 --- a/Library/Formula/p0f.rb +++ b/Library/Formula/p0f.rb @@ -3,8 +3,8 @@ require 'formula' # Official site is no longer responding; use # this GitHub mirror for now. class P0f <Formula - url 'http://github.com/downloads/skord/p0f/p0f-2.0.8.tgz' - homepage 'http://github.com/skord/p0f' + url 'https://github.com/downloads/skord/p0f/p0f-2.0.8.tgz' + homepage 'https://github.com/skord/p0f' md5 '1ccbcd8d4c95ef6dae841120d23c56a5' def install diff --git a/Library/Formula/parsley.rb b/Library/Formula/parsley.rb index 693e351fa..036eba842 100644 --- a/Library/Formula/parsley.rb +++ b/Library/Formula/parsley.rb @@ -2,7 +2,7 @@ require 'formula' class Parsley <Formula head 'git://github.com/fizx/parsley.git' - homepage 'http://github.com/fizx/parsley' + homepage 'https://github.com/fizx/parsley' depends_on 'json-c' depends_on 'pcre' diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb index 99773787a..ce7c3c5e8 100644 --- a/Library/Formula/pianobar.rb +++ b/Library/Formula/pianobar.rb @@ -2,9 +2,9 @@ require 'formula' class Pianobar <Formula url 'git://github.com/PromyLOPh/pianobar.git', - :tag => '2010.11.06' - version '2010.11.06' - homepage 'http://github.com/PromyLOPh/pianobar/' + :tag => '2010.10.07' + version '2010.10.07' + homepage 'https://github.com/PromyLOPh/pianobar/' head 'git://github.com/PromyLOPh/pianobar.git' diff --git a/Library/Formula/pincaster.rb b/Library/Formula/pincaster.rb index 2a94e0c65..b3e48f6b8 100644 --- a/Library/Formula/pincaster.rb +++ b/Library/Formula/pincaster.rb @@ -2,7 +2,7 @@ require 'formula' class Pincaster <Formula url 'http://download.pureftpd.org/pincaster/releases/pincaster-0.5.tar.gz' - homepage 'http://github.com/jedisct1/Pincaster' + homepage 'https://github.com/jedisct1/Pincaster' md5 'd2cba33470c1d23d381a2003b3986efe' def install diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb index 993bc865f..72d96e58c 100644 --- a/Library/Formula/plustache.rb +++ b/Library/Formula/plustache.rb @@ -1,8 +1,8 @@ require 'formula' class Plustache <Formula - url 'http://github.com/mrtazz/plustache/tarball/v0.2.0' - homepage 'http://github.com/mrtazz/plustache' + url 'https://github.com/mrtazz/plustache/tarball/v0.2.0' + homepage 'https://github.com/mrtazz/plustache' md5 '85b7a895ee2a023a1c8f4c09fb41b179' depends_on 'boost' diff --git a/Library/Formula/portmidi.rb b/Library/Formula/portmidi.rb index d3ffa04bb..3f1e6d022 100644 --- a/Library/Formula/portmidi.rb +++ b/Library/Formula/portmidi.rb @@ -15,7 +15,7 @@ class Portmidi <Formula end def install - # PATCH for Snow Leopard, see http://github.com/halfbyte/portmidi + # PATCH for Snow Leopard, see https://github.com/halfbyte/portmidi # hopefully not needed anymymore in the next version of portmidi architectures = archs_for_command('/bin/sh').join(' ') inreplace 'CMakeLists.txt', diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index bfa352111..7f77ff36f 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -87,7 +87,7 @@ class Postgresql <Formula s = <<-EOS If builds of Postgresl 9 are failing and you have version 8.x installed, you may need to remove the previous version first. See: - http://github.com/mxcl/homebrew/issues/issue/2510 + https://github.com/mxcl/homebrew/issues/issue/2510 To build plpython against a specific Python, set PYTHON prior to brewing: PYTHON=/usr/local/bin/python brew install postgresql diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index d0ac5fb5f..67412ae5b 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -34,7 +34,7 @@ class Qt <Formula "-confirm-license", "-opensource", "-fast"] - # See: http://github.com/mxcl/homebrew/issues/issue/744 + # See: https://github.com/mxcl/homebrew/issues/issue/744 args << "-system-sqlite" if MACOS_VERSION <= 10.5 args << "-plugin-sql-mysql" if (HOMEBREW_CELLAR+"mysql").directory? @@ -85,7 +85,7 @@ class Qt <Formula # Some config scripts will only find Qt in a "Frameworks" folder # VirtualBox is an example of where this is needed - # See: http://github.com/mxcl/homebrew/issues/issue/745 + # See: https://github.com/mxcl/homebrew/issues/issue/745 cd prefix do ln_s lib, "Frameworks" end diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index 15d54f380..8f27d7b80 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -19,7 +19,7 @@ EOS end def install - # Always build universal, per http://github.com/mxcl/homebrew/issues/issue/899 + # Always build universal, per https://github.com/mxcl/homebrew/issues/issue/899 ENV.universal_binary system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", diff --git a/Library/Formula/redcar.rb b/Library/Formula/redcar.rb index 3ee5ae39e..dc13b06de 100644 --- a/Library/Formula/redcar.rb +++ b/Library/Formula/redcar.rb @@ -2,7 +2,7 @@ require 'formula' class Redcar <Formula head 'git://github.com/danlucraft/redcar.git' - homepage 'http://github.com/danlucraft/redcar' + homepage 'https://github.com/danlucraft/redcar' depends_on 'jruby' depends_on 'cucumber' => :jruby diff --git a/Library/Formula/repl.rb b/Library/Formula/repl.rb index 3e57a62b2..2601ab8af 100644 --- a/Library/Formula/repl.rb +++ b/Library/Formula/repl.rb @@ -1,8 +1,8 @@ require 'formula' class Repl < Formula - url 'http://github.com/defunkt/repl/tarball/v0.2.1' - homepage 'http://github.com/defunkt/repl' + url 'https://github.com/defunkt/repl/tarball/v0.2.1' + homepage 'https://github.com/defunkt/repl' md5 '5b9d43038f1b561bd3215a01ee3cb766' depends_on 'rlwrap' => :optional diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index d5ca9579d..887ea3660 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -2,7 +2,7 @@ require 'formula' class Resty <Formula head 'git://github.com/micha/resty.git' - homepage 'http://github.com/micha/resty' + homepage 'https://github.com/micha/resty' # Don't take +x off these files skip_clean 'bin' diff --git a/Library/Formula/ringojs.rb b/Library/Formula/ringojs.rb index 87bf2ec18..672454084 100644 --- a/Library/Formula/ringojs.rb +++ b/Library/Formula/ringojs.rb @@ -1,7 +1,7 @@ require 'formula' class Ringojs <Formula - url 'http://github.com/downloads/ringo/ringojs/ringojs-0.5.tar.gz' + url 'https://github.com/downloads/ringo/ringojs/ringojs-0.5.tar.gz' homepage 'http://ringojs.org' md5 'ef79b9f6840d68842f4fbc1f466807f5' diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb index 5def5f29b..3fd9af16f 100644 --- a/Library/Formula/rock.rb +++ b/Library/Formula/rock.rb @@ -1,7 +1,7 @@ require 'formula' class Rock <Formula - url 'http://github.com/downloads/nddrylliog/rock/rock-0.9.1-source.tar.bz2' + 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' diff --git a/Library/Formula/rpg.rb b/Library/Formula/rpg.rb index e37abf03a..2df42af4f 100644 --- a/Library/Formula/rpg.rb +++ b/Library/Formula/rpg.rb @@ -1,8 +1,8 @@ require 'formula' class Rpg <Formula - url 'http://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz' - homepage 'http://github.com/rtomayko/rpg' + url 'https://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz' + homepage 'https://github.com/rtomayko/rpg' md5 '5e03c55e24ba697bc5bb92ec4c69750c' def install diff --git a/Library/Formula/rubber.rb b/Library/Formula/rubber.rb index 8ccfa122b..a5b276186 100644 --- a/Library/Formula/rubber.rb +++ b/Library/Formula/rubber.rb @@ -8,7 +8,7 @@ class Rubber <Formula def patches # Creates missing .in files and adds them to the configure phase # otherwise rubber modules are not found after install - "http://gist.github.com/raw/370408/484d76d042e936053de41fbbe48f5dbdbd1b71b8/fix_rubber_configure.patch" + "https://gist.github.com/raw/370408/484d76d042e936053de41fbbe48f5dbdbd1b71b8/fix_rubber_configure.patch" end def install diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index 67104ee84..cf4ede86f 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -1,7 +1,7 @@ require 'formula' class ShellFm <Formula - url 'http://github.com/jkramer/shell-fm/tarball/v0.7' + url 'https://github.com/jkramer/shell-fm/tarball/v0.7' homepage 'http://nex.scrapping.cc/shell-fm/' md5 '3f83866622a892ee89685f1ed079eefd' diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index c5a0ac991..a44a4777f 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -14,7 +14,7 @@ class Spidermonkey <Formula def patches # Export date functions needed by manually-compiled MongoDB. # Is it just me or is the version-to-version stable API of SpiderMonkey kind of a mess? - "http://gist.github.com/raw/426476/a98a15a94ca4efd3aeafb3b5cd943491b53cbf81/001-Properly-export-js_DateClass-and-js_RegExpClass.patch" + "https://gist.github.com/raw/426476/a98a15a94ca4efd3aeafb3b5cd943491b53cbf81/001-Properly-export-js_DateClass-and-js_RegExpClass.patch" end def install diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 9bacf17a4..29a366c02 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -43,7 +43,7 @@ class Subversion <Formula # Patch for subversion handling of OS X Unicode paths (see caveats) if with_unicode_path? - p[:p1] = "http://gist.github.com/raw/434424/subversion-unicode-path.patch" + p[:p1] = "https://gist.github.com/raw/434424/subversion-unicode-path.patch" end return p diff --git a/Library/Formula/syck.rb b/Library/Formula/syck.rb index 7c08fef05..dd31854fa 100644 --- a/Library/Formula/syck.rb +++ b/Library/Formula/syck.rb @@ -2,7 +2,7 @@ require 'formula' class Syck <Formula url 'http://cloud.github.com/downloads/indeyets/syck/syck-0.70.tar.gz' - homepage 'http://wiki.github.com/indeyets/syck/' + homepage 'https://wiki.github.com/indeyets/syck/' md5 '198f925b4ed7fe04a182c35014498634' def install diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb index 3e4d5b2a2..5ff60b0e8 100644 --- a/Library/Formula/term.rb +++ b/Library/Formula/term.rb @@ -1,8 +1,8 @@ require 'formula' class Term <ScriptFileFormula - url 'http://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term' + url 'https://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term' md5 '1bbf4509a50224b27ac8c20d3fe8682e' version '2.1' - homepage 'http://gist.github.com/116587' + homepage 'https://gist.github.com/116587' end
\ No newline at end of file diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 7591013d8..bcf39aba8 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -8,7 +8,7 @@ class Tor <Formula depends_on 'libevent' def patches - {:p0 => 'http://gist.github.com/raw/344132/d27d1cd3042d7c58120688d79ed25a2fc959a2de/config.guess-x86_64patch.diff' } + {:p0 => 'https://gist.github.com/raw/344132/d27d1cd3042d7c58120688d79ed25a2fc959a2de/config.guess-x86_64patch.diff' } end def install diff --git a/Library/Formula/ut-cache.rb b/Library/Formula/ut-cache.rb index f70d41b69..31345837f 100644 --- a/Library/Formula/ut-cache.rb +++ b/Library/Formula/ut-cache.rb @@ -2,14 +2,14 @@ require 'formula' class UtCache <Formula head 'git://github.com/tanj/Unreal-Tournament-Cache.git' - homepage 'http://github.com/tanj/Unreal-Tournament-Cache' + homepage 'https://github.com/tanj/Unreal-Tournament-Cache' def patches DATA end def install - system "curl -o getdelim.c http://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c" + system "curl -o getdelim.c https://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c" bin.mkpath ENV['HOME'] = prefix system "make" diff --git a/Library/Formula/voldemort.rb b/Library/Formula/voldemort.rb index 2923eb9b1..15f4628ff 100644 --- a/Library/Formula/voldemort.rb +++ b/Library/Formula/voldemort.rb @@ -1,7 +1,7 @@ require 'formula' class Voldemort <Formula - url 'http://github.com/downloads/voldemort/voldemort/voldemort-0.81.tar.gz' + url 'https://github.com/downloads/voldemort/voldemort/voldemort-0.81.tar.gz' homepage 'http://project-voldemort.com/' md5 '38da11626c6704f2bda17d6461cd2928' diff --git a/Library/Formula/webkit2png.rb b/Library/Formula/webkit2png.rb index afd421384..f5615bd00 100644 --- a/Library/Formula/webkit2png.rb +++ b/Library/Formula/webkit2png.rb @@ -1,7 +1,7 @@ require 'formula' class Webkit2png <Formula - url 'http://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d' + url 'https://github.com/paulhammond/webkit2png/tarball/9c4265a82ebfcec200fca8de39fb970e5aae0a3d' version '0.5' homepage 'http://www.paulhammond.org/webkit2png/' sha1 '1112d3f7e5fac5e1bfef11f38626d09536957310' |
