Skip to content

Commit

Permalink
acton v0.20.1
Browse files Browse the repository at this point in the history
Closes #66.

Signed-off-by: Kristian Larsson <[email protected]>
  • Loading branch information
plajjan committed Feb 23, 2024
1 parent b6b4c62 commit c2c7c1a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Formula/acton.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
class Acton < Formula
desc "Delightful distributed programming language"
homepage "https://www.acton-lang.org"
url "https://github.com/actonlang/acton/archive/refs/tags/v0.19.2.tar.gz"
sha256 "8808d8277c36cf8b75b414c5704c001afa1e5477273f00b8758f8867e9f61600"
url "https://github.com/actonlang/acton/archive/refs/tags/v0.20.1.tar.gz"
sha256 "91e562b53f3ca0b42e11aeb70373d5084093caa4086744334a405ccf065dffa7"
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.19.2"
sha256 x86_64_linux: "eceb16d2ebb52db9d78bfb1f536a0e21428f44d006300c9d63baacd8594320d2"
end

depends_on "[email protected]" => :build
depends_on "haskell-stack" => :build

Expand All @@ -27,6 +22,7 @@ def install

ENV["BUILD_RELEASE"] = "1"
system "make"
bin.install "dist/bin/acton"
bin.install "dist/bin/actonc"
bin.install "dist/bin/actondb"
bin.install "dist/bin/runacton"
Expand Down

0 comments on commit c2c7c1a

Please sign in to comment.