Skip to content

Commit

Permalink
Update metacall version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 22, 2024
1 parent ea8a217 commit 429c501
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metacall.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
class Metacall < Formula
desc "Ultimate polyglot programming experience"
homepage "https://metacall.io"
url "https://github.com/metacall/core/archive/refs/tags/v0.7.11.tar.gz"
sha256 "08cfdddac1e6e0fb845cf4c9c4eb7d1f1f5d762ef7812a5f85163b5a5db568ce"
url "https://github.com/metacall/core/archive/refs/tags/v0.8.1.tar.gz"
sha256 "d1146041ef5933e13dc5f15e2cfd895ca3452b77a679d05e692273c50fc7974f"
license "Apache-2.0"
head "https://github.com/metacall/core.git", branch: "develop"

depends_on "cmake" => :build
# TODO: Enable NodeJS
# depends_on "node@20"
depends_on "[email protected]"
depends_on "[email protected]"
# TODO: Enable Java
Expand Down Expand Up @@ -61,6 +59,7 @@ def install
build_dir.install resource("node")
end

# Add build folder to PATH in order to find node executable
ENV.prepend_path "PATH", build_dir

# Set the compiler
Expand Down

0 comments on commit 429c501

Please sign in to comment.