Skip to content

Commit 50842bd

Browse files
authored
Merge pull request #251032 from Homebrew/bump-luau-0.697
luau 0.697
2 parents 13b3cef + 8e1e574 commit 50842bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/luau.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Luau < Formula
22
desc "Fast, safe, gradually typed embeddable scripting language derived from Lua"
33
homepage "https://luau.org"
4-
url "https://github.com/luau-lang/luau/archive/refs/tags/0.695.tar.gz"
5-
sha256 "15280abccdd81171236ee9f139dfd2189d2f5db10f6e50b9bf91148dae94591b"
4+
url "https://github.com/luau-lang/luau/archive/refs/tags/0.697.tar.gz"
5+
sha256 "e3f4f90e4ee35ba4264242e84fa496c93c5bd216cb3d16a237c9f17d9573ba43"
66
license "MIT"
77
version_scheme 1
88
head "https://github.com/luau-lang/luau.git", branch: "master"
@@ -13,12 +13,12 @@ class Luau < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "549b65a7a9e073805ecc988ebc19c1467ae08b08c657dacdabcd79b137d3c0a3"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccb69c8f47109e00d2287e4541aa0e9b6c65d132033cbf525e43fbcc3df3a974"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5863190b75beb746c86d0bb9dad093ae2df70b06d786f8d0e7c367b625f2556c"
19-
sha256 cellar: :any_skip_relocation, sonoma: "a5639acc7e99a22704d59e07aaef55575174bf813f240f95c7eedb3cd46c18a6"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "7d011385872f49ee6186448b985ca963e01553427c0f6870bb8c2ff1661af83c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d2a91b4198d44a4a6c5a88e0ceb1cd9aefca412e3720cb93eb15da52971315b"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1669f0d0c24a51c8744f0ffccc83d71afe946ec4285c2cdae3fd2766a17fc301"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c994fac7e533a47e7215abc3eb3a9ce6f19cb3c14c06ad294258827635b65216"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0024e64a05f69242956ce19e779f58694966e1417b34f92c1e3dd1187a110a6c"
19+
sha256 cellar: :any_skip_relocation, sonoma: "f72b5c535a8a0d41835c0d28521fd7d226d841835ca72078e7a3c44031a3eaf6"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "48874fc6c55d0c57013710673c1dc14ff75606a7d9f0057566485eeb49371cbb"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e21e16c15dff81771c6988deff9b9e323f3aac1bd1b08310f987144287b039b"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)