dmd 2.078.3
Closes #24347. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
27edaa2bab
commit
d494cb614b
1 changed files with 8 additions and 8 deletions
|
@ -3,22 +3,22 @@ class Dmd < Formula
|
|||
homepage "https://dlang.org/"
|
||||
|
||||
stable do
|
||||
url "https://github.com/dlang/dmd/archive/v2.078.2.tar.gz"
|
||||
sha256 "f59c25dadcd4597f487e734dac9c6526cabb9ad9f0af44d89422ac49709609c0"
|
||||
url "https://github.com/dlang/dmd/archive/v2.078.3.tar.gz"
|
||||
sha256 "c5aed2af99bf2d346cf5664151a2c7d06b4e95e4db6663ab6d7952f9a12afc88"
|
||||
|
||||
resource "druntime" do
|
||||
url "https://github.com/dlang/druntime/archive/v2.078.2.tar.gz"
|
||||
sha256 "cdc19bd245dbe60eb4d114ae79c7237e4766739182c655ab24a9ac26fa2309a0"
|
||||
url "https://github.com/dlang/druntime/archive/v2.078.3.tar.gz"
|
||||
sha256 "7a6cef7a42f4f46031705d4c7546eb309718ae3e946a45f47de4624236420c83"
|
||||
end
|
||||
|
||||
resource "phobos" do
|
||||
url "https://github.com/dlang/phobos/archive/v2.078.2.tar.gz"
|
||||
sha256 "b1c8dd990318ea0d13d7962306250ec40c47516651909ec76acd157b67270b38"
|
||||
url "https://github.com/dlang/phobos/archive/v2.078.3.tar.gz"
|
||||
sha256 "282b3f252d98ccede0a50e10c8c301e2ab2bf679648d3d02243625bce3314ceb"
|
||||
end
|
||||
|
||||
resource "tools" do
|
||||
url "https://github.com/dlang/tools/archive/v2.078.2.tar.gz"
|
||||
sha256 "56fbb061546995b8103a1c31260c5178ff3474cf3a99beca3e6aa3112515d52c"
|
||||
url "https://github.com/dlang/tools/archive/v2.078.3.tar.gz"
|
||||
sha256 "fed25d35548a10959eaf8a26df1c2a11be51c6283e26a02a199b1725d276dcfa"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue