dmd 2.085.0

Closes #37636.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Thierry Moisan 2019-03-05 21:19:43 -05:00 committed by FX Coudert
parent 84b18075de
commit eace00873e

View file

@ -3,22 +3,22 @@ class Dmd < Formula
homepage "https://dlang.org/"
stable do
url "https://github.com/dlang/dmd/archive/v2.084.1.tar.gz"
sha256 "95de47ca49db64553e454c28f9037b1132a0587b8ee184facf0575031ee15524"
url "https://github.com/dlang/dmd/archive/v2.085.0.tar.gz"
sha256 "5e45e9ccf07fb0b500f63500b143f8b66dbaf3f4348d2a5250799fc2d22f8225"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.084.1.tar.gz"
sha256 "fde74b40f62892e09eb338a89d0c108ae01a15748c84c4e8cf4894a161697b8d"
url "https://github.com/dlang/druntime/archive/v2.085.0.tar.gz"
sha256 "b490b04afbd771a51188fd864497b5bf01b28d5a49fb06da420036fc8ea2f7d2"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.084.1.tar.gz"
sha256 "1bf230ee27acb04da0614031ce783ddaa4a4b06da3a75b8b279e6a5b1788ca27"
url "https://github.com/dlang/phobos/archive/v2.085.0.tar.gz"
sha256 "c2018c8275cf83b542a9cc2c8dc99a770e9b8b89e638f8971dc9945bd0e5385e"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.084.1.tar.gz"
sha256 "58f12a51e29f97f5a75ec83d2867c4511e80ed6be0ae71ed78b4a23745f8ca2b"
url "https://github.com/dlang/tools/archive/v2.085.0.tar.gz"
sha256 "80a29cc9ce0369b1598b22c30e933a27f544ab7c95636018d4dd017e93abfc3b"
end
end