Skip to content

Commit

Permalink
llvm: secure url(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and ilovezfs committed Jul 13, 2017
1 parent 08b3fd4 commit cba9d89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/llvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,53 +22,53 @@ class Llvm < Formula
homepage "https://llvm.org/"

stable do
url "http://releases.llvm.org/4.0.1/llvm-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/llvm-4.0.1.src.tar.xz"
sha256 "da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51"

resource "clang" do
url "http://releases.llvm.org/4.0.1/cfe-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/cfe-4.0.1.src.tar.xz"
sha256 "61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b"
end

resource "clang-extra-tools" do
url "http://releases.llvm.org/4.0.1/clang-tools-extra-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/clang-tools-extra-4.0.1.src.tar.xz"
sha256 "35d1e64efc108076acbe7392566a52c35df9ec19778eb9eb12245fc7d8b915b6"
end

resource "compiler-rt" do
url "http://releases.llvm.org/4.0.1/compiler-rt-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/compiler-rt-4.0.1.src.tar.xz"
sha256 "a3c87794334887b93b7a766c507244a7cdcce1d48b2e9249fc9a94f2c3beb440"
end

# Only required to build & run Compiler-RT tests on macOS, optional otherwise.
# https://clang.llvm.org/get_started.html
resource "libcxx" do
url "http://releases.llvm.org/4.0.1/libcxx-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/libcxx-4.0.1.src.tar.xz"
sha256 "520a1171f272c9ff82f324d5d89accadcec9bc9f3c78de11f5575cdb99accc4c"
end

resource "libunwind" do
url "http://releases.llvm.org/4.0.1/libunwind-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/libunwind-4.0.1.src.tar.xz"
sha256 "3b072e33b764b4f9b5172698e080886d1f4d606531ab227772a7fc08d6a92555"
end

resource "lld" do
url "http://releases.llvm.org/4.0.1/lld-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/lld-4.0.1.src.tar.xz"
sha256 "63ce10e533276ca353941ce5ab5cc8e8dcd99dbdd9c4fa49f344a212f29d36ed"
end

resource "lldb" do
url "http://releases.llvm.org/4.0.1/lldb-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/lldb-4.0.1.src.tar.xz"
sha256 "8432d2dfd86044a0fc21713e0b5c1d98e1d8aad863cf67562879f47f841ac47b"
end

resource "openmp" do
url "http://releases.llvm.org/4.0.1/openmp-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/openmp-4.0.1.src.tar.xz"
sha256 "ec693b170e0600daa7b372240a06e66341ace790d89eaf4a843e8d56d5f4ada4"
end

resource "polly" do
url "http://releases.llvm.org/4.0.1/polly-4.0.1.src.tar.xz"
url "https://llvm.org/releases/4.0.1/polly-4.0.1.src.tar.xz"
sha256 "b443bb9617d776a7d05970e5818aa49aa2adfb2670047be8e9f242f58e84f01a"
end
end
Expand Down

0 comments on commit cba9d89

Please sign in to comment.