From 5f2ef72219dc23e8892f171bd26acf1609735231 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Mon, 13 Nov 2017 13:29:09 +0000 Subject: [PATCH] ldc 1.6.0-beta1 (devel) (#20580) --- Formula/ldc.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Formula/ldc.rb b/Formula/ldc.rb index 8a19be6e82..030d1bba59 100644 --- a/Formula/ldc.rb +++ b/Formula/ldc.rb @@ -18,6 +18,16 @@ class Ldc < Formula sha256 "cd7c09ae0ad0ca35107c72efceb28198345daf78056e654afdffea7827cf9676" => :el_capitan end + devel do + url "https://github.com/ldc-developers/ldc/releases/download/v1.6.0-beta1/ldc-1.6.0-beta1-src.tar.gz" + sha256 "4216b32b7fdcc65a410a7c0724af6cd4f3ae02b14749b3c073f1e55de8fd6028" + + 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