Skip to content

Commit

Permalink
dmd 2.072.2
Browse files Browse the repository at this point in the history
Closes #8388.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
  • Loading branch information
ilovezfs authored and nijikon committed Jan 2, 2017
1 parent 402ea27 commit 953700c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/dmd.rb
Expand Up @@ -3,22 +3,22 @@ class Dmd < Formula
homepage "https://dlang.org/"

stable do
url "https://github.com/dlang/dmd/archive/v2.072.1.tar.gz"
sha256 "a71954f1d4a53b1c0269e67c1e9c47c8423762884314340b097783241e55b343"
url "https://github.com/dlang/dmd/archive/v2.072.2.tar.gz"
sha256 "ffb1fd593b7f8c0120c4519b0e60c1029948544d60e6d0166523410687373e23"

resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.072.1.tar.gz"
sha256 "54b09afb1550bd2a35705cfc5ed5de9fd645e294e88b116782be1fc99adc29d6"
url "https://github.com/dlang/druntime/archive/v2.072.2.tar.gz"
sha256 "49a9f1295f887bb4edb686d689044ddfa86e8522a9848d6bb4e41f5198907183"
end

resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.072.1.tar.gz"
sha256 "f323bc6ed3218bb5fc834de42e43cb5d9cd980588e495684fca3aeabb7d67947"
url "https://github.com/dlang/phobos/archive/v2.072.2.tar.gz"
sha256 "fa110766b8e3acebf4c316e78fca6d61d2a3cf03c13f23ed1833f4869ed72769"
end

resource "tools" do
url "https://github.com/dlang/tools/archive/v2.072.1.tar.gz"
sha256 "46ed71ca573709d466923eaf32f5f98342a5d6203953e24f430cc91ab623d667"
url "https://github.com/dlang/tools/archive/v2.072.2.tar.gz"
sha256 "2cfbaaa1736d21a5225ad43015366cc12f4e86805d1287ef3ffbd5b36aefc738"
end
end

Expand Down

0 comments on commit 953700c

Please sign in to comment.