From 24a15a4bd148961b1f4a244dd6f91f36a8968aa9 Mon Sep 17 00:00:00 2001 From: plajjan <841628+plajjan@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:45:05 +0000 Subject: [PATCH] acton v0.24.1 --- Formula/acton.rb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Formula/acton.rb b/Formula/acton.rb index ea50688..14e5433 100644 --- a/Formula/acton.rb +++ b/Formula/acton.rb @@ -1,17 +1,12 @@ class Acton < Formula desc "Delightful distributed programming language" homepage "https://www.acton-lang.org" - url "https://github.com/actonlang/acton/archive/refs/tags/v0.22.0.tar.gz" - sha256 "d6a67c070d723c697c4159b63323d4e5c9fb520d2fe460adc45fe8b1943f36f9" + url "https://github.com/actonlang/acton/archive/refs/tags/v0.24.1.tar.gz" + sha256 "361c411a1252221ca6d9b1774ee6290a4bfc1c2172422870b7280285fc19a45a" 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.22.0" - sha256 x86_64_linux: "a925a49b4e5983b59ff5ca4d4367170e67d18a85212ab7ab125c548db42327c4" - end - - depends_on "ghc@9.4" => :build + depends_on "ghc@9.6" => :build depends_on "haskell-stack" => :build def install