dmd 2.075.0-b1 (devel) (#14953)
This commit is contained in:
parent
4a2be9e852
commit
cbfbcb7025
1 changed files with 24 additions and 0 deletions
|
@ -28,6 +28,30 @@ class Dmd < Formula
|
|||
sha256 "4edaa821f8306ec9ed5e707ba607e4851f6276f1a047a61f0f0be8c09b74dd62" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/dlang/dmd/archive/v2.075.0-b1.tar.gz"
|
||||
version "2.075.0-b1"
|
||||
sha256 "d11a65e89c52e9dab6265599d2bdeb2c270089bc4dffd2ec089331d64b7dc90a"
|
||||
|
||||
resource "druntime" do
|
||||
url "https://github.com/dlang/druntime/archive/v2.075.0-b1.tar.gz"
|
||||
version "2.075.0-b1"
|
||||
sha256 "cdf7f44e5958d268c8e3bda5116866c64cb7a1a87ced7dcfe53209db5e311620"
|
||||
end
|
||||
|
||||
resource "phobos" do
|
||||
url "https://github.com/dlang/phobos/archive/v2.075.0-b1.tar.gz"
|
||||
version "2.075.0-b1"
|
||||
sha256 "7613212a4fe373abe88e2c718c621befa0d6a760acc02484b4f763792ecf3747"
|
||||
end
|
||||
|
||||
resource "tools" do
|
||||
url "https://github.com/dlang/tools/archive/v2.075.0-b1.tar.gz"
|
||||
version "2.075.0-b1"
|
||||
sha256 "6811d4237810bdf20d9661ba41b006e82f514a73f5425847b504a12dfc7178f0"
|
||||
end
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/dlang/dmd.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue