dmd 2.083.1
Closes #34922. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
d6d6b792c7
commit
8e28e7bef9
1 changed files with 8 additions and 8 deletions
|
@ -3,22 +3,22 @@ class Dmd < Formula
|
||||||
homepage "https://dlang.org/"
|
homepage "https://dlang.org/"
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
url "https://github.com/dlang/dmd/archive/v2.083.0.tar.gz"
|
url "https://github.com/dlang/dmd/archive/v2.083.1.tar.gz"
|
||||||
sha256 "29a983f3019a1c2be450e2086ed8216805848ecbb2a8aba683a13cf78413f8bc"
|
sha256 "dc378ce068d72371fece540b4278a52ff02fdd15700eb0530fb5b68a123db47f"
|
||||||
|
|
||||||
resource "druntime" do
|
resource "druntime" do
|
||||||
url "https://github.com/dlang/druntime/archive/v2.083.0.tar.gz"
|
url "https://github.com/dlang/druntime/archive/v2.083.1.tar.gz"
|
||||||
sha256 "33e357e709e582ec7356bc15ce8714959d2293a0e98d66b884441acf98756938"
|
sha256 "4c81bb2e9397d9615887037354d1a7efbe1eed2721d48771cdd8970dda5f6c98"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "phobos" do
|
resource "phobos" do
|
||||||
url "https://github.com/dlang/phobos/archive/v2.083.0.tar.gz"
|
url "https://github.com/dlang/phobos/archive/v2.083.1.tar.gz"
|
||||||
sha256 "4a1d9fb88f46bd4db54addbf47443786cb2576071376e40c3a695a39e4f6c77e"
|
sha256 "4a5f89c6911f8d208ed6a4b941d6ff9cc8ef708dab3e65c1d978dc372a999936"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "tools" do
|
resource "tools" do
|
||||||
url "https://github.com/dlang/tools/archive/v2.083.0.tar.gz"
|
url "https://github.com/dlang/tools/archive/v2.083.1.tar.gz"
|
||||||
sha256 "070d66c25d10cab58bdb744abfe4d4aeb2d3e4a425f94ccdd30d628f9498105a"
|
sha256 "78d90dcda6b82d3eda69c30fa2308a8c8f1a3bce574d637806ca1af3c7f65888"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue