From 0b6445d5b1a665ba323425920f502b7d3f2f04b3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:08:22 +0000 Subject: [PATCH 1/2] luau 0.662 --- Formula/l/luau.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 4605c4def7c7d..8ed335dead63a 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -1,8 +1,8 @@ class Luau < Formula desc "Fast, safe, gradually typed embeddable scripting language derived from Lua" homepage "https://luau.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.661.tar.gz" - sha256 "d55c99c8df926c600eb2cf654aa5c1c357e2715bee6b2b6cdaeb13fbc45f3f9e" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.662.tar.gz" + sha256 "099738bb64daea1ccc99bbe670711356bc3f93ff8bd6da12e0e71aad27e66ace" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From 16857e075cd71ef2513c0ac3950aebf2d6c8526e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:03:38 +0000 Subject: [PATCH 2/2] luau: update 0.662 bottle. --- Formula/l/luau.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 8ed335dead63a..0fc52abcf6731 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,12 +13,12 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "244b011d1a03fc6b117d00f43fb19f197cdd16ae717d125a01a6a012cd60e8d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2201b6d337261846488b585a08789bc96b51a50c1c0bd1a4fa751d9051120699" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d50a600b83eaac433c64521878793780540a01663b7ab64071e7b8fd578d4b52" - sha256 cellar: :any_skip_relocation, sonoma: "4546a380657e384ef0ba613ceb2e977e8f1cde9c549542ba7e2217b4695a65f6" - sha256 cellar: :any_skip_relocation, ventura: "19e689742c1ef821d9c1e7f13d95b1b78baa614b375318b22865f88a2dcacf36" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ba39b65a139baf4d04f732cef6430850f888034763889c6563dae8ea32b34b3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e906707d357984bc1879ae766396bdb8561059840857a3f57ff82f5109963b1a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0726a89a3f9bd3123cbd739ccf25e563ce981a8c1ecc48e55d99050f9c37b95f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d737e9a3a19c617390143d71945de01073c4af8cc5347fc600cc9daf34801c0f" + sha256 cellar: :any_skip_relocation, sonoma: "8cbd981b9553b9affaa9befdb175309562dfac35a7ec14caf91807f9658966bc" + sha256 cellar: :any_skip_relocation, ventura: "af07e34ac865affe63a3bcac1f5f6e3681400d4f0f498d70a049c0060748062c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "41b1d4df2f32f4e7b46de8cefba20eb58903835b70f9770a81174ef982265063" end depends_on "cmake" => :build