dmd 2.070.1

Closes Homebrew/homebrew#49629.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
John Colvin 2016-02-28 10:21:39 +00:00 committed by Dominyk Tiller
parent 80ec4ae9b8
commit 985389e044

View file

@ -1,25 +1,24 @@
class Dmd < Formula
desc "D programming language compiler for OS X"
homepage "https://dlang.org/"
revision 1
stable do
url "https://github.com/D-Programming-Language/dmd/archive/v2.070.0.tar.gz"
sha256 "22f47168af3f4106668f816c0e7a99b8db364fbe5324a5e763a209b9e74c0ee8"
url "https://github.com/D-Programming-Language/dmd/archive/v2.070.1.tar.gz"
sha256 "a84c64bc46582fa5f010b1ec3daa7c48d54cc70dbc921df7834b44bfd41fd75c"
resource "druntime" do
url "https://github.com/D-Programming-Language/druntime/archive/v2.070.0.tar.gz"
sha256 "7ef1290d8482af5eb9d9744ca133488a3320db2a657bc5a9fdff846f56ba53f3"
url "https://github.com/D-Programming-Language/druntime/archive/v2.070.1.tar.gz"
sha256 "4c37ede418443f64c84f94b3384fb908acc06410d477392fca3083c75052c031"
end
resource "phobos" do
url "https://github.com/D-Programming-Language/phobos/archive/v2.070.0.tar.gz"
sha256 "b5cb9559b01e713ac1dd282648710d4a78f8228da778b4508a7b302877b82b6c"
url "https://github.com/D-Programming-Language/phobos/archive/v2.070.1.tar.gz"
sha256 "a755d75ed4cc008ea32eeb45c9cb78a9c21054384ed085d1c3b243a4e473482d"
end
resource "tools" do
url "https://github.com/D-Programming-Language/tools/archive/v2.070.0.tar.gz"
sha256 "a2864c8b440fec843d80f70e13ab8e7873f370d5bcca56fe272d94e3ba9afb77"
url "https://github.com/D-Programming-Language/tools/archive/v2.070.1.tar.gz"
sha256 "ccab0941487b0d5589d3c87ecccf42623f361f47e922c5f5bb552a549a90804b"
end
end
@ -30,27 +29,6 @@ class Dmd < Formula
sha256 "db9eaa47b5700fbaf482f1a332cb73ea8c1a099dee25ec41d06d2d70becc6fdb" => :mavericks
end
devel do
url "https://github.com/D-Programming-Language/dmd/archive/v2.070.1-b1.tar.gz"
sha256 "3e78dc04d75e54ba484bdd39510c0107157c2bb784b2d47de3fb918bb0f59752"
version "2.070.1-b1"
resource "druntime" do
url "https://github.com/D-Programming-Language/druntime/archive/v2.070.1-b1.tar.gz"
sha256 "9566ff34e3fedf66bf36dae1534107e05f527f4196f2165632f41d68717d925a"
end
resource "phobos" do
url "https://github.com/D-Programming-Language/phobos/archive/v2.070.1-b1.tar.gz"
sha256 "8f2006dbe1dbd2c45dce97a0bb5343552cee8a853d5279c19fb33ee79395c59d"
end
resource "tools" do
url "https://github.com/D-Programming-Language/tools/archive/v2.070.1-b1.tar.gz"
sha256 "7bbbac3a33f6bbc2f24e9746ff3f428f10f52180b4b50edc67ed9b4e5ee4b55c"
end
end
head do
url "https://github.com/D-Programming-Language/dmd.git"