dscanner 0.4.0

Closes #10496.

Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
JCount 2017-03-01 19:32:17 -05:00
parent d45b149c32
commit 13080a61fc

View file

@ -2,8 +2,8 @@ class Dscanner < Formula
desc "Analyses e.g. the style and syntax of D code."
homepage "https://github.com/Hackerpilot/Dscanner"
url "https://github.com/Hackerpilot/Dscanner.git",
:tag => "v0.3.0",
:revision => "ab08f0b28b2851063e273f5f8073b575a4d17083"
:tag => "v0.4.0",
:revision => "87e42ae1941aeda81cc8e6c4343ab3c8d77036cd"
head "https://github.com/Hackerpilot/Dscanner.git"
@ -14,13 +14,6 @@ class Dscanner < Formula
sha256 "93916657176868ebab187de76075da38ef1f62e7fcf126670c297d1413c172af" => :mavericks
end
devel do
url "https://github.com/Hackerpilot/Dscanner.git",
:tag => "v0.4.0-beta.3",
:revision => "bf3b942b9a102616c4c67611301738883845c906"
version "0.4.0-beta.3"
end
depends_on "dmd" => :build
def install