dmd 2.072.0

Closes #6435.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-10-30 21:32:23 -07:00
parent 08d8f48b0a
commit b65e2f061b

View file

@ -3,22 +3,22 @@ class Dmd < Formula
homepage "https://dlang.org/"
stable do
url "https://github.com/dlang/dmd/archive/v2.071.2.tar.gz"
sha256 "bb6195a9cd5351e57ba4dfaf3af3bbf31387a3480306adf2ca317dfc5146cc3f"
url "https://github.com/dlang/dmd/archive/v2.072.0.tar.gz"
sha256 "a5fc4f4310a757b732634cbb0695f65fdd149201f6d1f3d7d9e3fa809e797803"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.071.2.tar.gz"
sha256 "4a58d1fb8e7427d2302b3830dd5b423cd22b48ad19f7db93c7339d46fd030cda"
url "https://github.com/dlang/druntime/archive/v2.072.0.tar.gz"
sha256 "5b1b9c2e55ff6c7bc7e4e14cfe44b83aab7946b15fb12880327b5c7cbba9cc6e"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.071.2.tar.gz"
sha256 "0cd1ef9f8f92d05f58f93b87271a3cfc2ce9ad156e15069f055e5d1edef98fa4"
url "https://github.com/dlang/phobos/archive/v2.072.0.tar.gz"
sha256 "79d4a5597e30ce0cfd3c094fa176f259bcdbc5994f86ab4cb530280cd44a2459"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.071.2.tar.gz"
sha256 "392f3766f5f2ac52e19fbacfd37fb9ddba507a53e77fe98f0c5aeca3238ec000"
url "https://github.com/dlang/tools/archive/v2.072.0.tar.gz"
sha256 "671a44d58b7adc0d09ff0addb275028b373fa9cbb21e44f9ef269d5e428be2cf"
end
end
@ -28,30 +28,6 @@ class Dmd < Formula
sha256 "ec3d0ed9e0531b9accf65e122f113d84cde32d9a3f5025d861ef6f37e8bd4156" => :yosemite
end
devel do
url "https://github.com/dlang/dmd/archive/v2.072.0-b2.tar.gz"
sha256 "39ee26a0c5ddf388b11dbdcbbab0aa1101222d35662228979c548ddfe1d419e4"
version "2.072.0-b2"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.072.0-b2.tar.gz"
sha256 "f12a15d1de004f57f5a6629b5c821bc1369ddcd43833a676f81876f7d205d0ce"
version "2.072.0-b2"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.072.0-b2.tar.gz"
sha256 "40f55bafbc8efad1596dbc6f10e15972ff62be58ae1789402cf4395bbe82c9ea"
version "2.072.0-b2"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.072.0-b2.tar.gz"
sha256 "7dc719c69944c119072a178831fea545c7c60593f2ff03dc3b09361f56a1c61a"
version "2.072.0-b2"
end
end
head do
url "https://github.com/dlang/dmd.git"