Skip to content

Commit

Permalink
Merge pull request #200802 from Homebrew/bump-lla-0.3.0
Browse files Browse the repository at this point in the history
lla 0.3.0
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 66901cd + a524876 commit 2c2c3a0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Formula/l/lla.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
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
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
depends_on "rust" => :build

def install
Expand Down

0 comments on commit 2c2c3a0

Please sign in to comment.