From 585a55b5654d917bcd391f4f555527d06f9857ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:24:42 +0000 Subject: [PATCH] fortls: update 3.1.1 bottle. --- Formula/f/fortls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/fortls.rb b/Formula/f/fortls.rb index ee0fff2e2b18..8e1a963b252c 100644 --- a/Formula/f/fortls.rb +++ b/Formula/f/fortls.rb @@ -9,13 +9,13 @@ class Fortls < Formula head "https://github.com/fortran-lang/fortls.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "00bcd81cccbe00902df21ec67f947e7fa159c3f0532e57090dee8ad7125a8f9e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "816a8bb69dfb03574e6ad9322e2ab5d022f9f402d40a25e718e498b042ff4132" - sha256 cellar: :any_skip_relocation, arm64_monterey: "863801d634f7f56948ec657c0f0cca3748cd95698632e7aa94a76b72af9daddb" - sha256 cellar: :any_skip_relocation, sonoma: "eb1f012c33bb89eeaea4597215cb6c4683554e67d100b2e080720d4174fd237a" - sha256 cellar: :any_skip_relocation, ventura: "d842a5fa5ba725875960bbaf6d003a34daa19c05fbcdde26f36c4d60b2bc33b8" - sha256 cellar: :any_skip_relocation, monterey: "e3862d45d0ef7f7122f128aa2374e935f31a156a8404c86df29b5b19c0002ae2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8b492f31f2329c07f04b24f73319e0892b2e0fcd6e84eadc4142085c271742" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, arm64_monterey: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, sonoma: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, ventura: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, monterey: "7d443c225335e5ba2dbc876feb1dd42ba01a52799a8a169d1d459433020ec493" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b832d03239ff371f68f0461562338ea938548b538c82da1522a414289cd5a7c5" end depends_on "python@3.12"