Skip to content

Commit

Permalink
Merge pull request #179427 from Homebrew/bump-luau-0.637
Browse files Browse the repository at this point in the history
luau 0.637
  • Loading branch information
BrewTestBot authored Aug 2, 2024
2 parents 7d4156f + dea7100 commit be706f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/luau.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit be706f6

Please sign in to comment.