dmd 2.073.1

Closes #10042.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
master
John Colvin 2017-02-16 17:45:07 +00:00 committed by Tomasz Pajor
parent ade7cacfe8
commit fd2075038f
1 changed files with 8 additions and 32 deletions

View File

@ -3,22 +3,22 @@ class Dmd < Formula
homepage "https://dlang.org/"
stable do
url "https://github.com/dlang/dmd/archive/v2.073.0.tar.gz"
sha256 "61483ea2c395341d05e65ce7e08a978cceff33ed3818f9ffa009a2f2da6929d5"
url "https://github.com/dlang/dmd/archive/v2.073.1.tar.gz"
sha256 "0e9ab200e191cd82b79142ddd4aac21c6df54fe2455d94853a2734321bcc842f"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.073.0.tar.gz"
sha256 "542adeac69b93c728a3760273d8d50ec43bf609736c526a58976b3822d5aa883"
url "https://github.com/dlang/druntime/archive/v2.073.1.tar.gz"
sha256 "dac7b3f69670fae96b7bf77f24876df71e4f8a1f598b34f3be08cc33ff2a6461"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.073.0.tar.gz"
sha256 "2a0176039fcfcd6c05eff5f471e7659c2d368a8b2cd7f7de323d49d3d8b45782"
url "https://github.com/dlang/phobos/archive/v2.073.1.tar.gz"
sha256 "435382115fa8fc39b6f4adebf3424b22646b6f4f755e5219ec39b4caa2a77b0e"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.073.0.tar.gz"
sha256 "fbc04a5521eac7a25d9f210a44d9ae9b6843466ae4560f9dafe29d65771c2e06"
url "https://github.com/dlang/tools/archive/v2.073.1.tar.gz"
sha256 "5404b77e2c1e7f859e0f728ba9554216ece3c879d2f6ffb2e8a1d78b44f8a308"
end
end
@ -28,30 +28,6 @@ class Dmd < Formula
sha256 "6cf60c26e372805784388702ebdc87457a3c86da5e3b5d69a5f3b84e08579c72" => :yosemite
end
devel do
url "https://github.com/dlang/dmd/archive/v2.073.1-b2.tar.gz"
sha256 "59e26c9055e5d517301a9edd65073794dc654b9cd8f4343af56e7e9114360a48"
version "2.073.1-b2"
resource "druntime" do
url "https://github.com/dlang/druntime/archive/v2.073.1-b2.tar.gz"
sha256 "4fedf37be7e8fb05b97d0624116b0be080e554b099bacb18f96998770767afc9"
version "2.073.1-b2"
end
resource "phobos" do
url "https://github.com/dlang/phobos/archive/v2.073.1-b2.tar.gz"
sha256 "89a6d7f3540f9b149f7bb5dc97bab9a6365fbf9a6ab41d3b91a8b861c2e31c67"
version "2.073.1-b2"
end
resource "tools" do
url "https://github.com/dlang/tools/archive/v2.073.1-b2.tar.gz"
sha256 "eab3d84db53a96092455cc59e98e076fd7f2d95054ab0202e32873e985660791"
version "2.073.1-b2"
end
end
head do
url "https://github.com/dlang/dmd.git"