From 2857862590ea483c4d35456c5476e1d5c8c88e11 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Fri, 6 Oct 2023 18:15:17 -0700 Subject: [PATCH 1/2] lune 0.7.8 --- Formula/l/lune.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lune.rb b/Formula/l/lune.rb index 0c29dcc0bb4e1..945c753d98518 100644 --- a/Formula/l/lune.rb +++ b/Formula/l/lune.rb @@ -1,8 +1,8 @@ class Lune < Formula desc "Standalone Luau script runtime" homepage "https://lune-org.github.io/docs" - url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.7.tar.gz" - sha256 "f6311720ede916d520a427c04be469cd59cb2359a4ca7bc4b8abedaa8c3691ed" + url "https://github.com/filiptibell/lune/archive/refs/tags/v0.7.8.tar.gz" + sha256 "9c29f240d614c8af8d7d0a7903a02d084f5df1280818d9f623a47a2f7a86504f" license "MPL-2.0" bottle do From 514b080926bdd120014928609a90ce2d6e0044c5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 7 Oct 2023 03:06:59 +0000 Subject: [PATCH 2/2] lune: update 0.7.8 bottle. --- Formula/l/lune.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/l/lune.rb b/Formula/l/lune.rb index 945c753d98518..daeb31d873c0a 100644 --- a/Formula/l/lune.rb +++ b/Formula/l/lune.rb @@ -6,15 +6,13 @@ class Lune < Formula license "MPL-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a0ebc0879a27219f67e2c8159e4119e0d776646e3d822f1a21ea73615499299" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5ea828b044c1abc26d7ab128ad56e826eda8195d6706fbc142e44c313b2ed95e" - sha256 cellar: :any_skip_relocation, arm64_monterey: "05d029cafc6b1189dcd70bca88140e146a36eb8bf6885daf1a246f1c460f4c12" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d1d5b9673a25ff3e4be192991ade81fa119d7f6152bd2672c191eb8ca5cef16f" - sha256 cellar: :any_skip_relocation, sonoma: "575cf9edfcdb50463fe9d1e39d740edc52b7602fda86643d401daca7224790ea" - sha256 cellar: :any_skip_relocation, ventura: "485a24de18876afa5c2fad739975f35a46c590dccc959276569ad3b6a8e50b62" - sha256 cellar: :any_skip_relocation, monterey: "2c50229eef76293184d0a26ab53fe0523ed9b5f3a682a36c768892d41cc36193" - sha256 cellar: :any_skip_relocation, big_sur: "1df25b8302cf9253d3f80b180799e0b514efb35692a20f11c4fe72f64685a0ab" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b5a86e88d056cb51ee27ddb900395025b1bed4d128f5f4d27a8867e6f73d54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b333cab0d16c2ba032cea3d551871837d063ec8d202d8a73b2f28cc44de0b583" + sha256 cellar: :any_skip_relocation, arm64_ventura: "92b579bcb111916f95d4be8ce0c2fa13d74ed9f4fac04b54e36733d0807648ca" + sha256 cellar: :any_skip_relocation, arm64_monterey: "7ce05550e8ccc76de005b7374c2a8f2c0c922a53b71584e1eaf29e0f3b6ed206" + sha256 cellar: :any_skip_relocation, sonoma: "ba05ec05f8fe1cadb637827b5e6389d0f98101aceb62c21ab77f7dfc563d55dd" + sha256 cellar: :any_skip_relocation, ventura: "9791c7a50c9218d11999e7a05964508c15e3225b317099be8b5795f3e3cdfc5c" + sha256 cellar: :any_skip_relocation, monterey: "c7d8da093c59ebdb43f123d3e79ce7b6b4832b27a7f86040dc6cccf1f57c5686" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d8f9ff5d20b6ae1a25309f768319b6e099743abdd0d6efa28a172c611276ea7" end depends_on "rust" => :build