8000 moarvm nqp rakudo 2020.08 by alebcay · Pull Request #60092 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]

Skip to content

moarvm nqp rakudo 2020.08 #60092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/moarvm.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Moarvm < Formula
desc "Virtual machine for NQP and Rakudo Perl 6"
homepage "https://moarvm.org"
url "https://github.com/MoarVM/MoarVM/releases/download/2020.07/MoarVM-2020.07.tar.gz"
sha256 "da48887a1be0e397586b3470c2627d04c64d1e0caf9305ee7dc8db8db739f7cf"
url "https://github.com/MoarVM/MoarVM/releases/download/2020.08/MoarVM-2020.08.tar.gz"
sha256 "3ede5e70352885e596b505a8ec6bd302513527578a077102886a5a5a3ef907bf"
license "Artistic-2.0"

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

resource "nqp" do
url "https://github.com/perl6/nqp/releases/download/2020.05/nqp-2020.05.tar.gz"
sha256 "291b92d9db968a691195adb1c9533edc1076d12d6617d6d931e40595e906b577"
url "https://github.com/perl6/nqp/releases/download/2020.08/nqp-2020.08.tar.gz"
sha256 "a2b68c112adeb11e9ead3f63aa83249821d4c4b23d5f7c35c9effbafb2b4a128"
end

def install
Expand Down
4 changes: 2 additions & 2 deletions Formula/nqp.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nqp < Formula
desc "Lightweight Perl 6-like environment for virtual machines"
homepage "https://github.com/perl6/nqp"
url "https://github.com/perl6/nqp/releases/download/2020.07/nqp-2020.07.tar.gz"
sha256 "1bf941f10fc4eeef511ef0b6366f8c87a6327062c8400b44a8a148af3bb22a4e"
url "https://github.com/perl6/nqp/releases/download/2020.08/nqp-2020.08.tar.gz"
sha256 "a2b68c112adeb11e9ead3f63aa83249821d4c4b23d5f7c35c9effbafb2b4a128"
license "Artistic-2.0"

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/rakudo.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rakudo < Formula
desc "Perl 6 compiler targeting MoarVM"
homepage "https://rakudo.org"
url "https://github.com/rakudo/rakudo/releases/download/2020.07/rakudo-2020.07.tar.gz"
sha256 "39624de1394b3e15bba0b456afb598fb2c47c3f38528ba375bed583213f0cab8"
url "https://github.com/rakudo/rakudo/releases/download/2020.08/rakudo-2020.08.tar.gz"
sha256 "44ffe9701b01a4156a036b8eaa9a73cdb7e85572ef514f27ef5762c30ff00327"
license "Artistic-2.0"

bottle do
Expand Down
0