From 01ec97fc22e3949c2f28e61554ebb857b30191aa Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 1 Dec 2015 14:40:05 +0000 Subject: [PATCH] rakudo-star: add 2015.11 bottle. --- Formula/rakudo-star.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/rakudo-star.rb b/Formula/rakudo-star.rb index a66c0fb163..5802f0d096 100644 --- a/Formula/rakudo-star.rb +++ b/Formula/rakudo-star.rb @@ -4,6 +4,12 @@ class RakudoStar < Formula url "http://rakudo.org/downloads/star/rakudo-star-2015.11.tar.gz" sha256 "714aed706706f02efeadc0d7e4c7ad216de5ded80d4a1b2879c275d5d05beae7" + bottle do + sha256 "7de961893c649707a3d0ddb943909fd9be4e0ac6d8859c327b00807c654068f7" => :el_capitan + sha256 "d1af4fbaa08cd8869ec30088dcf3c2b535681e71ad26575e867f6e0a7c6e8898" => :yosemite + sha256 "f9220ee6259bdc542be0a2f540ca2d9049520a2cc488f5a966c17af91cbd529b" => :mavericks + end + option "with-jvm", "Build also for jvm as an alternate backend." conflicts_with "parrot"