Skip to content

Commit 50f6d10

Browse files
atweidenBrewTestBot
authored andcommitted
moarvm 2022.07
1 parent b551b40 commit 50f6d10

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Formula/moarvm.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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"
33
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"
66
license "Artistic-2.0"
77

88
livecheck do
@@ -20,17 +20,18 @@ class Moarvm < Formula
2020
end
2121

2222
depends_on "pkg-config" => :build
23-
depends_on "libffi"
2423
depends_on "libtommath"
2524
depends_on "libuv"
25+
depends_on "zstd"
2626

2727
uses_from_macos "perl" => :build
28+
uses_from_macos "libffi"
2829

2930
conflicts_with "rakudo-star", because: "rakudo-star currently ships with moarvm included"
3031

3132
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"
3435
end
3536

3637
def install

0 commit comments

Comments
 (0)