dscanner 0.4.0
Closes #10496. Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
parent
d45b149c32
commit
13080a61fc
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue