Skip to content

Commit

Permalink
Merge pull request #181822 from Homebrew/bump-lsd-1.1.5
Browse files Browse the repository at this point in the history
lsd 1.1.5
  • Loading branch information
BrewTestBot authored Aug 20, 2024
2 parents 5f786c8 + 2cef59b commit d7ad51d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/lsd.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Lsd < Formula
desc "Clone of ls with colorful output, file type icons, and more"
homepage "https://github.com/lsd-rs/lsd"
url "https://github.com/lsd-rs/lsd/archive/refs/tags/v1.1.3.tar.gz"
sha256 "24b0c44006efe719e53a5127f21b2cdb06db58ffd833f5cfbca4bcf665d188f8"
url "https://github.com/lsd-rs/lsd/archive/refs/tags/v1.1.5.tar.gz"
sha256 "120935c7e98f9b64488fde39987154a6a5b2236cb65ae847917012adf5e122d1"
license "Apache-2.0"
head "https://github.com/lsd-rs/lsd.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33bac5a7281307575a2980441b001c256a2abf5b6a5581ba03292b1fb449b7a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e5512f1a3a37ac5456dcf29c355952b075a93e1c09076a8dea2bcc4fce172d1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "84c346c2d1024fc4392356f2f1110fc81eabc21bb8d652e0155ef5c7a097faed"
sha256 cellar: :any_skip_relocation, sonoma: "0ea048ecedc15e1dc3325a015100be118b44b5338db3ce13caecfd422bcf39e1"
sha256 cellar: :any_skip_relocation, ventura: "6770cd1b7aaba11a761c1c0810183734fbdcd63fe7ab4f30f54ee6b596c3053b"
sha256 cellar: :any_skip_relocation, monterey: "2bdbcf34d772c257d455bb6d7a37f16e880be81c2faf4501c4d951b078df107d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f4dedfc68c712e2ef1cf084b2f3d59e37424b56f587e19c58c618dbd3af929b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8b8fe68defcb12b13129f043232501c7b26e26bee95d234af007f7efb3a74c0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "052713d1eb533cc327634f2af5b8b5c5cedd81e6d4dab490f01d27027f7bcb5a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a932036d16254f460ca5eaf97ebbdba0b8889694948cf65c70463b1dafe8bd02"
sha256 cellar: :any_skip_relocation, sonoma: "4b0d22a1df5991392d2c8ebc385d218681e42337610ac80bd53178e70dc7cfee"
sha256 cellar: :any_skip_relocation, ventura: "1d19910facdfecda3de68de5f171136aff02d5c4877f5c1b261f5718510d7eaa"
sha256 cellar: :any_skip_relocation, monterey: "ae4f9d76a5f1ac4936289a0623c4ab936399ab4ec61ae72c32875c087ff62ece"
sha256 cellar: :any_skip_relocation, x86_64_linux: "85322652128256141215d105d140346170a1748f789f0284a56c3f2568d6165d"
end

depends_on "pandoc" => :build
Expand Down

0 comments on commit d7ad51d

Please sign in to comment.