Skip to content

Commit

Permalink
acton v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan authored and Acton Bot committed Nov 9, 2024
1 parent 7d66850 commit 24a15a4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Formula/acton.rb
Original file line number Diff line number Diff line change
@@ -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 "[email protected]" => :build
depends_on "[email protected]" => :build
depends_on "haskell-stack" => :build

def install
Expand Down

0 comments on commit 24a15a4

Please sign in to comment.