dcd 0.7.0
Closes Homebrew/homebrew#43490. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
ef4b055515
commit
4183f4113f
1 changed files with 2 additions and 9 deletions
|
@ -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.6.0",
|
||||
:revision => "633b1667ef223e6eda7bcfd2d2d746f59036571f"
|
||||
:tag => "v0.7.0",
|
||||
:revision => "5310b346304e060c7633521fe3fd5afc2a16de88"
|
||||
head "https://github.com/Hackerpilot/dcd.git", :shallow => false
|
||||
|
||||
bottle do
|
||||
|
@ -12,13 +12,6 @@ class Dcd < Formula
|
|||
sha256 "84a24c63e3b05ce812ffb7453f1fd5edfb47dfe053bd6c02401f264dd9febc60" => :mountain_lion
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/Hackerpilot/DCD.git",
|
||||
:tag => "v0.7.0-rc1",
|
||||
:revision => "70c78a2a109cd2cc83534f43350d24c879c41eaa"
|
||||
version "0.7.0-rc1"
|
||||
end
|
||||
|
||||
depends_on "dmd" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue