From 1a5ac7b9f9193a4cf6af79be3ca4eb5e72ac7195 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 28 Aug 2016 21:07:51 -0700 Subject: [PATCH] ecl: update url --- Formula/ecl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ecl.rb b/Formula/ecl.rb index 7c20d971d4..1ed37070d0 100644 --- a/Formula/ecl.rb +++ b/Formula/ecl.rb @@ -1,7 +1,7 @@ class Ecl < Formula desc "Embeddable Common Lisp" homepage "https://common-lisp.net/project/ecl/" - url "https://common-lisp.net/project/ecl/files/release/16.1.2/ecl-16.1.2.tgz" + url "https://common-lisp.net/project/ecl/static/files/release/ecl-16.1.2.tgz" sha256 "2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99" head "https://gitlab.com/embeddable-common-lisp/ecl.git"