dcd 0.9.0-alpha1 (devel)
Closes Homebrew/homebrew#49800. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
3fa38a0b25
commit
444defcf05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue