From c83f35f3420f76f2d9f7cf8273e5e67707e21be7 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Tue, 13 Jun 2017 11:42:28 +0100 Subject: [PATCH] ldc 1.3.0-beta2 (devel) (#14554) --- Formula/ldc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ldc.rb b/Formula/ldc.rb index 7e2b4f5c22..43e15c2814 100644 --- a/Formula/ldc.rb +++ b/Formula/ldc.rb @@ -21,9 +21,9 @@ class Ldc < Formula end devel do - url "https://github.com/ldc-developers/ldc/releases/download/v1.3.0-beta1/ldc-1.3.0-beta1-src.tar.gz" - version "1.3.0-beta1" - sha256 "35d5c37e967ccfa762572d0c5cb73e42617615d5eb16e43595a4bf239dd14e49" + url "https://github.com/ldc-developers/ldc/releases/download/v1.3.0-beta2/ldc-1.3.0-beta2-src.tar.gz" + version "1.3.0-beta2" + sha256 "a6a13f356192d40649af7290820cf85127369f40d554c2fdd853dc098dce885f" resource "ldc-lts" do url "https://github.com/ldc-developers/ldc/releases/download/v0.17.4/ldc-0.17.4-src.tar.gz"