diff --git a/Formula/dfmt.rb b/Formula/dfmt.rb index 1fcd639aff..78e7c70109 100644 --- a/Formula/dfmt.rb +++ b/Formula/dfmt.rb @@ -2,8 +2,8 @@ class Dfmt < Formula desc "Formatter for D source code" homepage "https://github.com/dlang-community/dfmt" url "https://github.com/dlang-community/dfmt.git", - :tag => "v0.5.3", - :revision => "6e598c197df780c8cd3496c3a663f602a2bd1e58" + :tag => "v0.6.0", + :revision => "e9273c169ed1ce3bbd64535f0ddec5a6f370680f" head "https://github.com/dlang-community/dfmt.git", :shallow => false @@ -13,13 +13,6 @@ class Dfmt < Formula sha256 "c1414f980bc31c286eac2144c61cc8f2ad8ef971f3076a323045e2dc0732c4c4" => :el_capitan end - devel do - url "https://github.com/dlang-community/dfmt.git", - :tag => "v0.6.0-alpha.1", - :revision => "02a735cb0c10d711c5f08fc26572f98bc5fdf0ff" - version "0.6.0-alpha.1" - end - depends_on "dmd" => :build def install