dmd 2.087.1

Closes #42925.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Caleb Xu 2019-08-08 02:01:33 -04:00 committed by Chongyu Zhu
parent 1466d299b3
commit 53d434ddab
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -3,22 +3,22 @@ class Dmd < Formula
homepage "https://dlang.org/"
stable do
url "https://github.com/dlang/dmd/archive/v2.087.0.tar.gz"
sha256 "a6e780ac56782cdf37598ba6d4c0365dbca3d04acdc6914f23dfcd852bbca0f4"
url "https://github.com/dlang/dmd/archive/v2.087.1.tar.gz"
sha256 "4239b8b6dc09acf3cdaa1c924f3a2b3cddd0fb532f817c4027b8966f1e96b3a8"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.087.0.tar.gz"
sha256 "27db0ab1645e07c478f2d422c4f414aea8339d7aa979915c0e810bed65b75da6"
url "https://github.com/dlang/druntime/archive/v2.087.1.tar.gz"
sha256 "19b7f18e11934a582d67dcb39c3ea91d5c24444c3be311f93160e0016ccc58fa"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.087.0.tar.gz"
sha256 "c65f8fd5578be6995c9523a24d26c43261a193c3bc16314cb6982f78f0ac32d1"
url "https://github.com/dlang/phobos/archive/v2.087.1.tar.gz"
sha256 "84c7120e972255b4c66c532ff771ecbbb615b87140d0ffcb214d04b0d418f28f"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.087.0.tar.gz"
sha256 "6bb5e725c9da6b775c81683f1aac1b2b80aac2c857c22553e28d3789c2c6ee6f"
url "https://github.com/dlang/tools/archive/v2.087.1.tar.gz"
sha256 "a7cb8b217f2841f1ebe513ac5090d6ef77e03dc72bf2047bf92632c263941810"
end
end