From 1df08d7c4522acd334b1fe5dc3f02f2d24e89e58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:52:03 +0000 Subject: [PATCH 1/2] just 1.37.0 --- Formula/j/just.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/just.rb b/Formula/j/just.rb index a82d76aa77e4..7224f206ccd9 100644 --- a/Formula/j/just.rb +++ b/Formula/j/just.rb @@ -1,8 +1,8 @@ class Just < Formula desc "Handy way to save and run project-specific commands" homepage "https://github.com/casey/just" - url "https://github.com/casey/just/archive/refs/tags/1.36.0.tar.gz" - sha256 "bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0" + url "https://github.com/casey/just/archive/refs/tags/1.37.0.tar.gz" + sha256 "13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2" license "CC0-1.0" head "https://github.com/casey/just.git", branch: "master" From 396c7ef9902aeb34c6c3ae5874fefacdf15be9af Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:16:58 +0000 Subject: [PATCH 2/2] just: update 1.37.0 bottle. --- Formula/j/just.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/j/just.rb b/Formula/j/just.rb index 7224f206ccd9..c433b6c8b116 100644 --- a/Formula/j/just.rb +++ b/Formula/j/just.rb @@ -12,12 +12,12 @@ class Just < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "daffc9fddf61db76615594b339c75af67b27aa19ac493ec89caa63670814c59d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3a243c3fb66edb93ecce130aa181f0f043ce53fbbd62fad4c411ad44b4c13dab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ee47cc8f1a754e2a9cb4d80bb994169c83e6b76a383ad7168a1140c2601d6bba" - sha256 cellar: :any_skip_relocation, sonoma: "cd70b7fd05413a03c6f8b261a50c2b568cd4704223a3b48d8ca7a240382179ad" - sha256 cellar: :any_skip_relocation, ventura: "08f7732ffbf8b73dd3ac5e0890519ae804e50a9255eba867109e7b4e2cc1b59f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ec873dd83d4db996a8784104d849fc3ca8596bada10186af21c1a3a1b1043cf5" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "80491ee2e4f3987dbcff483a0926cf6702c96753f5c44c3f5ec2a437693da501" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a846d10baef4b84a02c4ef0e19f0477ffd18937b8ceb87d3570abe382eaee73" + sha256 cellar: :any_skip_relocation, arm64_ventura: "30ce4485fcd929958082df00da8f179891696ae3997c5b4c5b4f9ed4b28dae26" + sha256 cellar: :any_skip_relocation, sonoma: "33b649f5e04fbd2db2d1be019bfd99cf30f5e71ab50912962d2cac7d1acebc41" + sha256 cellar: :any_skip_relocation, ventura: "434c179c08d9575deb46265194e8c13b016f65c1d3e8032831e93648188b529a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "accf78bce36bbf68133d125710843a9a79ae5bc198cdedccfb634204de787d62" end depends_on "rust" => :build