diff --git a/Formula/l/lune.rb b/Formula/l/lune.rb index a735477898cbf..8eb4086b3827b 100644 --- a/Formula/l/lune.rb +++ b/Formula/l/lune.rb @@ -1,18 +1,18 @@ class Lune < Formula desc "Standalone Luau script runtime" homepage "https://lune-org.github.io/docs" - url "https://github.com/lune-org/lune/archive/refs/tags/v0.8.6.tar.gz" - sha256 "4c89eb9ce3469e5de9f74df325febf9fb25a125dc83c40ca3556002290211b70" + url "https://github.com/lune-org/lune/archive/refs/tags/v0.8.7.tar.gz" + sha256 "d3086455523f51ede379b3c81bfc1b932e077ef2a6a99c53cbaf0f137e4a3fdc" license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8057629010067874c0537f70a2d68455f24503ce1367bcaf9abcfa76a6b469a8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "629d20d4022a30c4b391da157b78addf4e88f919a74c0c102b45fc560be70221" - sha256 cellar: :any_skip_relocation, arm64_monterey: "a1b0507d13b641bdbcc3e946a823590b5cd11225c9afd3dd042920976d5c0aee" - sha256 cellar: :any_skip_relocation, sonoma: "f9795912699275d8dc8a4f58d275e3ff5f9eb5c5e073ca09888fd1c217f27d36" - sha256 cellar: :any_skip_relocation, ventura: "60363fc359fa79faedeff5b63f9f96f487ca45d3c110175061fe92e1d46949c6" - sha256 cellar: :any_skip_relocation, monterey: "184432e756778c1e696b157cc17224307396cd07691a7e043d5555b767b2493b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "270ae065c6fd445d55c6d288de0547ac76824629f7e49f575e3c04587300aebe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa5b2c4e477b5dbefb4780886fc1dcf3db93ded8d49f21df1fb0b5ea22e19b46" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6e406985824ee983fb5a7880852e5518e9f2b9a18bc99635f1d667c8af05f750" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2197cadd3623610cf0697d553e75dcc555a2548973447bdf1c9e72d29b1944e7" + sha256 cellar: :any_skip_relocation, sonoma: "eca053a171e8e7a51802ccbe1bae6e39d4856b19958f347ef81c187a84209be8" + sha256 cellar: :any_skip_relocation, ventura: "e32eefe5f8663c84d15e6acfb90ff7e72fe336973c3b8dba80cf8304776feff8" + sha256 cellar: :any_skip_relocation, monterey: "c7d12a0199d5b776a9dc00da485a71b65d0d7613f72ff5ffecc241dabc0de336" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f798287ba22ef797091f25e4b41ca759b31e48d53ebbd3bab7a1b6e571e6370e" end depends_on "cmake" => :build