Skip to content

Commit

Permalink
dcd 0.9.0
Browse files Browse the repository at this point in the history
Closes #15243.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 3, 2017
1 parent 347d381 commit 0600154
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Formula/dcd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Dcd < Formula
desc "Auto-complete program for the D programming language"
homepage "https://github.com/Hackerpilot/DCD"
url "https://github.com/Hackerpilot/DCD.git",
:tag => "v0.8.0",
:revision => "f8f3024dda05e7f3d1a112adde1f99ec98649e78"
:tag => "v0.9.0",
:revision => "27a3f8a76346cb988473bfe67f4947db7dd7bc71"

head "https://github.com/Hackerpilot/dcd.git", :shallow => false

Expand All @@ -14,20 +14,9 @@ class Dcd < Formula
sha256 "03cd0ece3ba032610457891fb74d1be87417a87e960377e38fc580df7ae8f2c1" => :mavericks
end

devel do
url "https://github.com/Hackerpilot/DCD.git",
:tag => "v0.9.0-beta.1",
:revision => "9162b042b187f86c19b2387cfd9419db1b2806c3"
version "0.9.0-beta.1"
end

depends_on "dmd" => :build

def install
if build.stable?
rmtree "libdparse/experimental_allocator"
rmtree "containers/experimental_allocator"
end
system "make"
bin.install "bin/dcd-client", "bin/dcd-server"
end
Expand Down

0 comments on commit 0600154

Please sign in to comment.