diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ent.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/giter8.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/imapfilter.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/leiningen.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/pit.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/rabbitmq-c.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/tmap.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/yajl.rb | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/ent.rb b/Library/Formula/ent.rb index 42a08bda9..8eee16d9c 100644 --- a/Library/Formula/ent.rb +++ b/Library/Formula/ent.rb @@ -3,7 +3,7 @@ require 'formula' class Ent < Formula homepage 'http://www.fourmilab.ch/random/' # This tarball is versioned and smaller, though non-official - url 'http://github.com/psm14/ent/tarball/1.0' + url 'https://github.com/psm14/ent/tarball/1.0' sha1 'ab45969decd8e79031e9cd1a74dbec3edb802e98' def install diff --git a/Library/Formula/giter8.rb b/Library/Formula/giter8.rb index 787d190c9..cac34800d 100644 --- a/Library/Formula/giter8.rb +++ b/Library/Formula/giter8.rb @@ -1,7 +1,7 @@ require 'formula' class Giter8 < Formula - homepage 'http://github.com/n8han/giter8' + homepage 'https://github.com/n8han/giter8' url "https://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.1/sbt-launch.jar" sha1 '45c28c7c6328d6ecf8e9dc51003a0f1af71516ad' version '0.5.3' diff --git a/Library/Formula/imapfilter.rb b/Library/Formula/imapfilter.rb index b8309b688..144fc1d2b 100644 --- a/Library/Formula/imapfilter.rb +++ b/Library/Formula/imapfilter.rb @@ -1,7 +1,7 @@ require 'formula' class Imapfilter < Formula - homepage 'http://github.com/lefcha/imapfilter/' + homepage 'https://github.com/lefcha/imapfilter/' url 'https://github.com/lefcha/imapfilter/tarball/v2.5.3' sha1 '7159c9875a2cb5f15e4fddb88a1ce6521995675e' diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index 3f74c1134..0571545c4 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -1,8 +1,8 @@ require 'formula' class Leiningen < Formula - homepage 'http://github.com/technomancy/leiningen' - url 'http://github.com/technomancy/leiningen/tarball/2.0.0' + homepage 'https://github.com/technomancy/leiningen' + url 'https://github.com/technomancy/leiningen/tarball/2.0.0' sha1 '133e1d0667734b25a10aa6547967710f296e8ea1' head 'https://github.com/technomancy/leiningen.git' diff --git a/Library/Formula/pit.rb b/Library/Formula/pit.rb index c9deada0a..3c4b6ff85 100644 --- a/Library/Formula/pit.rb +++ b/Library/Formula/pit.rb @@ -1,7 +1,7 @@ require 'formula' class Pit < Formula - homepage 'http://github.com/michaeldv/pit' + homepage 'https://github.com/michaeldv/pit' url 'https://github.com/michaeldv/pit/tarball/0.1.0' sha1 'c03e5d6b1ad0a59124be45aca9395dafac5260a4' diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb index c14b753f8..4160d9206 100644 --- a/Library/Formula/rabbitmq-c.rb +++ b/Library/Formula/rabbitmq-c.rb @@ -1,7 +1,7 @@ require 'formula' class RabbitmqCodegen < Formula - url 'http://github.com/rabbitmq/rabbitmq-codegen/tarball/rabbitmq_v3_0_1' + url 'https://github.com/rabbitmq/rabbitmq-codegen/tarball/rabbitmq_v3_0_1' sha1 '463ec8983f9078df4c7eef504a2d8daef59f3503' end diff --git a/Library/Formula/tmap.rb b/Library/Formula/tmap.rb index 2ade88ec5..222197024 100644 --- a/Library/Formula/tmap.rb +++ b/Library/Formula/tmap.rb @@ -1,7 +1,7 @@ require 'formula' class Tmap < Formula - homepage 'http://github.com/iontorrent/TMAP' + homepage 'https://github.com/iontorrent/TMAP' url 'https://github.com/iontorrent/TMAP.git', :tag => 'tmap.3.2.0' sha1 'da3eb4ce3428cec1f5ac12467af4802df6188711' version '3.2.0' diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb index 5f9d30ec4..d1299ffa0 100644 --- a/Library/Formula/yajl.rb +++ b/Library/Formula/yajl.rb @@ -2,7 +2,7 @@ require 'formula' class Yajl < Formula homepage 'http://lloyd.github.com/yajl/' - url 'http://github.com/lloyd/yajl/tarball/2.0.4' + url 'https://github.com/lloyd/yajl/tarball/2.0.4' sha256 'c19b9691cf15f22e74d903cd06ac9ba5e1e216e6a1b82bfe787c3b48a25bc118' # Configure uses cmake internally |
