File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
class Moarvm < Formula
2
- desc "Virtual machine for NQP and Rakudo Perl 6 "
2
+ desc "VM with adaptive optimization and JIT compilation, built for Rakudo "
3
3
homepage "https://moarvm.org"
4
- url "https://github.com/MoarVM/MoarVM/releases/download/2022.04 /MoarVM-2022.04 .tar.gz"
5
- sha256 "ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804 "
4
+ url "https://github.com/MoarVM/MoarVM/releases/download/2022.07 /MoarVM-2022.07 .tar.gz"
5
+ sha256 "337ef04d16f826f99465c653b92006028fe220be68d3dcfd0729612f4f6b5b46 "
6
6
license "Artistic-2.0"
7
7
8
8
livecheck do
@@ -20,17 +20,18 @@ class Moarvm < Formula
20
20
end
21
21
22
22
depends_on "pkg-config" => :build
23
- depends_on "libffi"
24
23
depends_on "libtommath"
25
24
depends_on "libuv"
25
+ depends_on "zstd"
26
26
27
27
uses_from_macos "perl" => :build
28
+ uses_from_macos "libffi"
28
29
29
30
conflicts_with "rakudo-star" , because : "rakudo-star currently ships with moarvm included"
30
31
31
32
resource "nqp" do
32
- url "https://github.com/Raku/nqp/releases/download/2022.04 /nqp-2022.04 .tar.gz"
33
- sha256 "556d458e25d3c0464af9f04ea3e92bbde10046066b329188a88663943bd4e79c "
33
+ url "https://github.com/Raku/nqp/releases/download/2022.07 /nqp-2022.07 .tar.gz"
34
+ sha256 "58081c106d672a5406018fd69912c8d485fd12bf225951325c50c929a8232268 "
34
35
end
35
36
36
37
def install
You can’t perform that action at this time.
0 commit comments