From bcfaa974b7a008b1ec7ac366bb045779c02308ba Mon Sep 17 00:00:00 2001 From: Kristian Larsson <841628+plajjan@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:51:21 +0000 Subject: [PATCH] acton: add 0.20.1 bottle. --- Formula/acton.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/acton.rb b/Formula/acton.rb index 95535c1..aa27695 100644 --- a/Formula/acton.rb +++ b/Formula/acton.rb @@ -6,6 +6,11 @@ class Acton < Formula license "BSD-3-Clause" head "https://github.com/actonlang/acton.git", branch: "main" + bottle do + root_url "https://github.com/actonlang/homebrew-acton/releases/download/acton-0.20.1" + sha256 cellar: :any_skip_relocation, monterey: "44e0b8339749a72a3a9608046a8e0044d924b49a96f0e771218927d5b21d66c8" + end + depends_on "ghc@9.4" => :build depends_on "haskell-stack" => :build