From 535c4ca6a94b368aca1c335f8cbfbf433e07057f Mon Sep 17 00:00:00 2001 From: John Colvin Date: Mon, 23 Apr 2018 11:10:53 +0100 Subject: [PATCH] ldc 1.9.0-beta1 (devel) --- Formula/ldc.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/ldc.rb b/Formula/ldc.rb index d0af29a930..405f0dc7c3 100644 --- a/Formula/ldc.rb +++ b/Formula/ldc.rb @@ -19,6 +19,16 @@ class Ldc < Formula sha256 "abd3dbef86edde7285bfbb7d66956341e5f2fca7445c876e1d8a525a8754650e" => :el_capitan 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 url "https://github.com/ldc-developers/ldc.git", :shallow => false