ldc 1.9.0-beta1 (devel)
This commit is contained in:
parent
31beb96d75
commit
535c4ca6a9
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,16 @@ class Ldc < Formula
|
||||||
sha256 "abd3dbef86edde7285bfbb7d66956341e5f2fca7445c876e1d8a525a8754650e" => :el_capitan
|
sha256 "abd3dbef86edde7285bfbb7d66956341e5f2fca7445c876e1d8a525a8754650e" => :el_capitan
|
||||||
end
|
end
|
||||||
|
|
||||||
|
devel do
|
||||||
|
url "https://github.com/ldc-developers/ldc/releases/download/v1.9.0-beta1/ldc-1.9.0-beta1-src.tar.gz"
|
||||||
|
sha256 "208fb4ab7484872d3f52dc0d206303003ba604226706507176d92f45b6c1b348"
|
||||||
|
|
||||||
|
resource "ldc-lts" do
|
||||||
|
url "https://github.com/ldc-developers/ldc/releases/download/v0.17.5/ldc-0.17.5-src.tar.gz"
|
||||||
|
sha256 "7aa540a135f9fa1ee9722cad73100a8f3600a07f9a11d199d8be68887cc90008"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
head do
|
head do
|
||||||
url "https://github.com/ldc-developers/ldc.git", :shallow => false
|
url "https://github.com/ldc-developers/ldc.git", :shallow => false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue