From b74084fd2c3e934fd95e71795c4a5a7cc963428d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:08:19 +0000 Subject: [PATCH 1/2] lla 0.3.0 --- Formula/l/lla.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/l/lla.rb b/Formula/l/lla.rb index 72917da744d22..46fc54c182630 100644 --- a/Formula/l/lla.rb +++ b/Formula/l/lla.rb @@ -1,8 +1,8 @@ class Lla < Formula desc "High-performance, extensible alternative to ls" homepage "https://github.com/triyanox/lla" - url "https://github.com/triyanox/lla/archive/refs/tags/v0.2.10.tar.gz" - sha256 "f8eb547b66ed541b8c14f86e222ab21be9311debe4a39348be72518de51d1278" + url "https://github.com/triyanox/lla/archive/refs/tags/v0.3.0.tar.gz" + sha256 "52b75480f2b83e9c03ba47c768399ed867944ae9795bfd2f7903c634618f04af" license "MIT" bottle do @@ -14,6 +14,7 @@ class Lla < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "d0949461f42ce1dfe90b77412ad3b2b0d459de9b34dbe3054e864c5c3751041c" end + depends_on "protobuf" => :build depends_on "rust" => :build def install From a5248768f3b968f69245dffb8f4cb611de112898 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 05:32:44 +0000 Subject: [PATCH 2/2] lla: update 0.3.0 bottle. --- Formula/l/lla.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/lla.rb b/Formula/l/lla.rb index 46fc54c182630..5ea28e55ab627 100644 --- a/Formula/l/lla.rb +++ b/Formula/l/lla.rb @@ -6,12 +6,12 @@ class Lla < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "2fc32e5f17c2080f83c6ae40c592e1013dbfe688308907e94f1027fe60e3f790" - sha256 cellar: :any, arm64_sonoma: "df3fd22eb7927d287680ab0f28a697a699ff06f46bdd2c1a0fc2eb87d50f8cc4" - sha256 cellar: :any, arm64_ventura: "993b65cfc2d0972f831327c501f8b654ebbe2bd7e5495ed0c4c48997f7f82a6a" - sha256 cellar: :any, sonoma: "72532a59d840e4d9e42cfd64d18e4bcb68c428e98d67fa39289b569c4f94e3ff" - sha256 cellar: :any, ventura: "73ecd6feb44b828df32d9678f4bc0c29136ce431d5888c3cebff698752a6c2c3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d0949461f42ce1dfe90b77412ad3b2b0d459de9b34dbe3054e864c5c3751041c" + sha256 cellar: :any, arm64_sequoia: "ba19f333759a37e7cef19842272f1c890de7bcf51b9e0ca7fd5326e33af7186b" + sha256 cellar: :any, arm64_sonoma: "6a27725ab1a0b23ec021c11dfd21763631d115892debe8b97aea61b79520751e" + sha256 cellar: :any, arm64_ventura: "97eb31d52513d3c2044c7b97ddba2fe04cee821139d5a6c4b92309bc9ce309df" + sha256 cellar: :any, sonoma: "a270bd31e67b377e5f2e20f5af812be172f7a3223958382427906aa14eae42db" + sha256 cellar: :any, ventura: "d9c08d74ebb33bfd8ba8fd223a6dcece0024abec4363a4518439aa83dde7eafa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "98de19e161bee65e88250d332e7432e47a3d7ac1c0b18411b6fed437c4df1695" end depends_on "protobuf" => :build