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 b74084f
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 @@ -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
Expand Down

0 comments on commit b74084f

Please sign in to comment.