8000 moarvm 2020.08 · ArduinoBot/homebrew-core@991e4ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 991e4ab

Browse files
alebcayBrewTestBot
authored andcommitted
moarvm 2020.08
1 parent ef655d4 commit 991e4ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/moarvm.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Moarvm < Formula
22
desc "Virtual machine for NQP and Rakudo Perl 6"
33
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"
66
license "Artistic-2.0"
77

88
bottle do
@@ -19,8 +19,8 @@ class Moarvm < Formula
1919
conflicts_with "rakudo-star", because: "rakudo-star currently ships with moarvm included"
2020

2121
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"
2424
end
2525

2626
def install

0 commit comments

Comments
 (0)
0