Skip to content

Commit 174e417

Browse files
authored
Merge pull request #278539 from Homebrew/bump-luau-0.717
luau 0.717
2 parents 5bf3ae1 + 2bb513a commit 174e417

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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.716.tar.gz"
5-
sha256 "7af19fc23fbf3919ac86fb02349c1e2c55852374ccf7be9864d419802f9e31fe"
4+
url "https://github.com/luau-lang/luau/archive/refs/tags/0.717.tar.gz"
5+
sha256 "c3d0c210ae650b52e40015bfacf0d04926fd516b8634b14ad1e64d620bedc8dd"
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: "77e5e544c71f58ef874ede0216c0ced7b4db590f357633cf4a300410caecf00d"
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4d34ce9102742712b5d2d60522494ace07d286cbc02341888d36f20097e71e3b"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "efebd29957f67887ad46da08db9fd1127044b69db703ef0fdc803fef4094f4d5"
19-
sha256 cellar: :any_skip_relocation, sonoma: "7fea55de063cf4153a1a2ed5d7841db3ff3d501b9960aeda0dc2b8034b9e963e"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "cf346c7efc7cfea0eff6abc8db96e22cf110ce088ff6b7bc304194bbeb5b3d9a"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf950d6f0602c133a911454f77330d4517dbdfb051467048d47570babb7fe83f"
16+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "087437b65e8d76ae68930f63173aefb8e0fe0762f581ee5b7aed52cc2e78a3ec"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "67c2bbcb718cc15166c3f235f75ea15263425908c360435e5526df6a7841a3ff"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "99a6e019c9128337c2b27272a48b37b3fec42e2a408557f7ae4622548f11337f"
19+
sha256 cellar: :any_skip_relocation, sonoma: "d473aed2ce7d948e6657372f6aa6039be6bb53b1bd00143b1ae1f0f19c97741a"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "d81dde22b26d82e85da2878a2ea8c72986d006999db4a0355a916ddc6694df41"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6824a77a5b66fbf08e098c9e86f8350a6acfa7d3656f6d43acc0ce72cbf82254"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)