diff options
| author | Jack Nagel | 2014-03-17 11:12:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 11:12:54 -0500 |
| commit | 30095e2b3e5f2f37abb491981278d87638a1b13e (patch) | |
| tree | 551e43f6febd45a52a9267b6ad4a8cc6146523bf /Library/Formula | |
| parent | 3db36e1b94f53e5339cae6e62a1b838fba1b525b (diff) | |
| download | homebrew-30095e2b3e5f2f37abb491981278d87638a1b13e.tar.bz2 | |
Use https for github downloads
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/boost-build.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/es.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libcppa.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/syck.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/trash.rb | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/boost-build.rb b/Library/Formula/boost-build.rb index ae3a09273..eb6164fe8 100644 --- a/Library/Formula/boost-build.rb +++ b/Library/Formula/boost-build.rb @@ -2,7 +2,7 @@ require 'formula' class BoostBuild < Formula homepage 'http://boost.org/boost-build2/' - url 'http://github.com/boostorg/build/archive/boost-1.55.0.tar.gz' + url 'https://github.com/boostorg/build/archive/boost-1.55.0.tar.gz' sha1 '9daf7587b017716ffd164bcf11d82c4ac00c8ca0' head 'https://github.com/boostorg/build.git' diff --git a/Library/Formula/es.rb b/Library/Formula/es.rb index f139e14a5..70109b7c3 100644 --- a/Library/Formula/es.rb +++ b/Library/Formula/es.rb @@ -2,7 +2,7 @@ require "formula" class Es < Formula homepage "http://wryun.github.io/es-shell/" - url "http://github.com/downloads/wryun/es-shell/es-0.9.tar.gz" + url "https://github.com/downloads/wryun/es-shell/es-0.9.tar.gz" sha1 "40b0b3838c07a434b4cccca9a8bb173c71eda7d8" option 'with-readline', 'Use readline instead of libedit' diff --git a/Library/Formula/libcppa.rb b/Library/Formula/libcppa.rb index 4f4546c47..bf082c3f6 100644 --- a/Library/Formula/libcppa.rb +++ b/Library/Formula/libcppa.rb @@ -2,7 +2,7 @@ require 'formula' class Libcppa < Formula homepage 'http://libcppa.blogspot.it' - url 'http://github.com/Neverlord/libcppa/archive/V0.8.1.tar.gz' + url 'https://github.com/Neverlord/libcppa/archive/V0.8.1.tar.gz' sha1 'd4f096aae2bb72e254ad6df45edf3fb62370acaa' depends_on :macos => :lion diff --git a/Library/Formula/syck.rb b/Library/Formula/syck.rb index 67d2679c7..791f27da2 100644 --- a/Library/Formula/syck.rb +++ b/Library/Formula/syck.rb @@ -3,7 +3,7 @@ require 'formula' class Syck < Formula homepage 'https://wiki.github.com/indeyets/syck/' url 'http://cloud.github.com/downloads/indeyets/syck/syck-0.70.tar.gz' - sha1 '30f89eba1fae0546ccfa75a9a3b865a3c8a9ac79' + sha1 'e70ebeba684fd1fd126d912e3528115fbb2fb7be' fails_with :llvm do build 2334 diff --git a/Library/Formula/trash.rb b/Library/Formula/trash.rb index 3f277ac3e..bbc954aac 100644 --- a/Library/Formula/trash.rb +++ b/Library/Formula/trash.rb @@ -2,8 +2,8 @@ require 'formula' class Trash < Formula homepage 'http://hasseg.org/trash/' - url 'http://github.com/ali-rantakari/trash/archive/v0.8.4.zip' - sha1 '233773bcaed903e296f20635808c3dce7ef93c4b' + url 'https://github.com/ali-rantakari/trash/archive/v0.8.4.tar.gz' + sha1 'e70ebeba684fd1fd126d912e3528115fbb2fb7be' conflicts_with 'osxutils', :because => 'both install a trash binary' |
