File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Moarvm < Formula
2
2
desc "Virtual machine for NQP and Rakudo Perl 6"
3
3
homepage "https://moarvm.org"
4
- url "https://github.com/MoarVM/MoarVM/releases/download/2020.07 /MoarVM-2020.07 .tar.gz"
5
- sha256 "da48887a1be0e397586b3470c2627d04c64d1e0caf9305ee7dc8db8db739f7cf "
4
+ url "https://github.com/MoarVM/MoarVM/releases/download/2020.08 /MoarVM-2020.08 .tar.gz"
5
+ sha256 "3ede5e70352885e596b505a8ec6bd302513527578a077102886a5a5a3ef907bf "
6
6
license "Artistic-2.0"
7
7
8
8
bottle do
@@ -19,8 +19,8 @@ class Moarvm < Formula
19
19
conflicts_with "rakudo-star" , because : "rakudo-star currently ships with moarvm included"
20
20
21
21
resource "nqp" do
22
- url "https://github.com/perl6/nqp/releases/download/2020.05 /nqp-2020.05 .tar.gz"
23
- sha256 "291b92d9db968a691195adb1c9533edc1076d12d6617d6d931e40595e906b577 "
22
+ url "https://github.com/perl6/nqp/releases/download/2020.08 /nqp-2020.08 .tar.gz"
23
+ sha256 "a2b68c112adeb11e9ead3f63aa83249821d4c4b23d5f7c35c9effbafb2b4a128 "
24
24
end
25
25
26
26
def install
You can’t perform that action at this time.
0 commit comments