From 480813737326073c82f4938593cbbd68163661f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:52:07 +0000 Subject: [PATCH 1/2] luau 0.637 --- 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 dc52163e4bb92..528417cbff34f 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-lang.org" - url "https://github.com/luau-lang/luau/archive/refs/tags/0.636.tar.gz" - sha256 "b5ff67f87c6b00e122d62feaa7a243b9f0dc97ca1cb47f97e9c92e58e860cbb4" + url "https://github.com/luau-lang/luau/archive/refs/tags/0.637.tar.gz" + sha256 "72c59c818ef15b7a19e60c18456a92112dbc88d4c3059152419ca343aea335ae" license "MIT" version_scheme 1 head "https://github.com/luau-lang/luau.git", branch: "master" From dea71007e9b2eb399c16b613e3777d4f54e2df50 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:51:26 +0000 Subject: [PATCH 2/2] luau: update 0.637 bottle. --- Formula/l/luau.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/luau.rb b/Formula/l/luau.rb index 528417cbff34f..efca4c804f17e 100644 --- a/Formula/l/luau.rb +++ b/Formula/l/luau.rb @@ -13,13 +13,13 @@ class Luau < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e60d390fc26d732687338d6245da18e97097530bc3a2a80ab6ce4a9b8088445" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f785094153e9e3e8c75e237132ad2409b1db55025819593cebe9b7042f7eceb8" - sha256 cellar: :any_skip_relocation, arm64_monterey: "dd1b99c32a8d0f39086b19d02f64510544284d91af4a8e90805a3a7282241b27" - sha256 cellar: :any_skip_relocation, sonoma: "00c915de7dba097be5e7ab81c0aedb5c623995e14267abb91d122a43aa771e4a" - sha256 cellar: :any_skip_relocation, ventura: "929d372f4cdac01ecca2ab19df396bee05800d8a11956c53698c3c1d1afcde51" - sha256 cellar: :any_skip_relocation, monterey: "a9750f472d0d59b1e046efb1df1e3ca62ef50661628b0def006df2cacf6f991a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a14ad6a771407cfab05cc61e70ae606dea60f126766e1582d305df63847b459f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c76560420b43138b62cf6476d4267f6a69079d6ea4946b11a0988b6705d02b1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "34c02fb91717e94f92bb85078d7bfa6d0dd449312210584c91de16e300f3539a" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0c66edeffc321fcdb582799c3b219ca696f8ce485aa83181bc032645899b8c25" + sha256 cellar: :any_skip_relocation, sonoma: "10c976da25639164e402b9eb1e9dfe5547a0f11bfe1d21a86623e3abb8df42d0" + sha256 cellar: :any_skip_relocation, ventura: "460197dcf8c01fc8fd0e1d58205132d323018e616e8e4c6267507f03ecaa1a90" + sha256 cellar: :any_skip_relocation, monterey: "2d2dd847a95ca41f7ec39b5cb0f7eff2c38da744b1d4a5e0e4370ce2e2cd87af" + sha256 cellar: :any_skip_relocation, x86_64_linux: "390cd41a1809f1f6ea8bfcb9a371f429fab3d8182b4e8f956d44a9f47b242dec" end depends_on "cmake" => :build