Skip to content

Commit

Permalink
lla 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Dec 12, 2024
1 parent 217ff24 commit d7d73d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/l/lla.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,6 +15,7 @@ class Lla < Formula
end

depends_on "rust" => :build
depends_on "protobuf"

def install
system "cargo", "install", *std_cargo_args(path: "lla")
Expand Down

0 comments on commit d7d73d1

Please sign in to comment.