Skip to content

Commit

Permalink
Update metacall version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent 8aba9fe commit 076c3f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metacall.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Metacall < Formula
desc "Ultimate polyglot programming experience"
homepage "https://metacall.io"
url "https://github.com/metacall/core/archive/refs/tags/v0.7.9.tar.gz"
sha256 "f252ee9d272e2471879db99aca5e37dac742e917fc0da490b087934c78f5e3e4"
url "https://github.com/metacall/core/archive/refs/tags/v0.7.10.tar.gz"
sha256 "238666dcbf6fc4c042724c86180698fb5df2ea59db0c01213854c66be05cf6e4"
license "Apache-2.0"
head "https://github.com/metacall/core.git", branch: "develop"

depends_on "cmake" => :build
depends_on "node@14"
depends_on "node@18"
depends_on "openjdk"
depends_on "[email protected]"
depends_on "ruby"
Expand Down

0 comments on commit 076c3f1

Please sign in to comment.