Skip to content

Commit

Permalink
Merge pull request #137920 from chenrui333/bump-luau-0.588
Browse files Browse the repository at this point in the history
luau 0.588
  • Loading branch information
BrewTestBot authored Jul 28, 2023
2 parents 89bd690 + 76e6277 commit b306ae8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/luau.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Luau < Formula
desc "Fast, safe, gradually typed embeddable scripting language derived from Lua"
homepage "https://luau-lang.org"
url "https://github.com/Roblox/luau/archive/0.584.tar.gz"
sha256 "d3090fb495dcb4a4ef392ee834bc9d3452845a93062873b08b2b4ffac43042dc"
url "https://github.com/Roblox/luau/archive/0.588.tar.gz"
sha256 "a65e2792e3cbc285ba85155167f63d7862fe7c3667fd75493c9ff25284d2d9e0"
license "MIT"
head "https://github.com/Roblox/luau.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e7cff8146c3dc53df11d7d8f48d5758cdb07ce15264f9bfcb73481706e2fe51"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0187d651ef85b68da5f59d3ff4cec840f2fdffd34712b1bf7db611d0080c8b3"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7e367740a4e7afa2e30d2b8e87dd743b94fd5fcbf02d8cc5e5470f093464bcfb"
sha256 cellar: :any_skip_relocation, ventura: "1754a79dfceaabc1c6233a863e4c09b88ed5a289061d6ae63529e42621f7bda6"
sha256 cellar: :any_skip_relocation, monterey: "d4bff2486b3062e429a89299979239ad86b4ff4d36eeb64e59dee673e68c9a46"
sha256 cellar: :any_skip_relocation, big_sur: "b35e82087f2ded5621d506b3096a09025aa6d49ecb2031794708e3292270dc12"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9eb3632f5ae94610115d74cbd471a8e29bb9bfe119da6f6423a7c72b91e95fe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b82d0fe5774568b9b11b7d1622281efc9e19b4abfe48ca80b5b4593f81d75a18"
sha256 cellar: :any_skip_relocation, arm64_monterey: "344224c2c007bd0cc87c90af2ca3043c1c294c7e509565597f840f931dc70c77"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2437aaba22aacbc4dd07954449079b2a429a9e96053bd377397f3ac8a143e8d0"
sha256 cellar: :any_skip_relocation, ventura: "0d7d12c4c6266e85f217645113b06582b774b934e976af591355212584079079"
sha256 cellar: :any_skip_relocation, monterey: "efd77503e2612e2df5a770a799a0496e2654dd6d2b34a7b023f7d7116c44d3d1"
sha256 cellar: :any_skip_relocation, big_sur: "e4fb8f2c13d9241a30536f0fa3abf018875e83ceb41e71bd1823996aa431a2fa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3d84ebad2cdd0becff3baa7bf39a34ffda56f0d78ff69c327036b4f32f8466e"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit b306ae8

Please sign in to comment.