diff --git a/Formula/dcd.rb b/Formula/dcd.rb index 6099341a284..889e277f8c2 100644 --- a/Formula/dcd.rb +++ b/Formula/dcd.rb @@ -4,6 +4,7 @@ class Dcd < Formula url "https://github.com/Hackerpilot/DCD.git", :tag => "v0.8.0", :revision => "f8f3024dda05e7f3d1a112adde1f99ec98649e78" + head "https://github.com/Hackerpilot/dcd.git", :shallow => false bottle do @@ -12,6 +13,13 @@ class Dcd < Formula sha256 "03cd0ece3ba032610457891fb74d1be87417a87e960377e38fc580df7ae8f2c1" => :mavericks end + devel do + url "https://github.com/Hackerpilot/DCD.git", + :tag => "v0.9.0-alpha1", + :revision => "7028dc1fcfb7d409b413c243dd3403bb7a6fdc91" + version "0.9.0-alpha1" + end + depends_on "dmd" => :build def install