From 6dcf316a57c8fb20b3f5a00eb415ed03314759cc Mon Sep 17 00:00:00 2001 From: yitzchak Date: Tue, 12 Sep 2023 02:12:32 +0000 Subject: [PATCH] Build clasp-cl Closes #391. Signed-off-by: Tarn W. Burton --- Formula/clasp-cl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/clasp-cl.rb b/Formula/clasp-cl.rb index 34ab290..3eed322 100644 --- a/Formula/clasp-cl.rb +++ b/Formula/clasp-cl.rb @@ -3,8 +3,8 @@ class ClaspCl < Formula homepage "https://github.com/clasp-developers/clasp" url "https://github.com/clasp-developers/clasp.git", using: :git, - revision: "0140faa7073bd8d97bf6420621bce4a200a13bf0" - version "2.3.0-134-g0140faa70" + revision: "a6c8eeec8c9937033f1120a6951eaa68a5d3ee62" + version "2.3.0-139-ga6c8eeec8" license "GPL-2.0-or-later" head "https://github.com/clasp-developers/clasp.git", branch: "main"