Skip to content

Commit

Permalink
Merge pull request #166990 from Homebrew/bump-lsd-1.1.1
Browse files Browse the repository at this point in the history
lsd 1.1.1
  • Loading branch information
BrewTestBot authored Mar 23, 2024
2 parents eaa3279 + 1bcf6ae commit fee3e9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ locust
log4cxx
logstash
lout
lsd
lsof
luajit
luarocks
Expand Down
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.0.tar.gz"
sha256 "4bbd180deeef2674e55724bb4297ee0442bea956e36f9c4cd2fcca4e82bb4026"
url "https://github.com/lsd-rs/lsd/archive/refs/tags/v1.1.1.tar.gz"
sha256 "7933e196bf7b164ea8879078f8a8e87381e0c49f71867e0036c82916199aba61"
license "Apache-2.0"
head "https://github.com/lsd-rs/lsd.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "702c020121354e2beae478935ea97fb6d35546ac6a3930d103608f6ac6aa87b8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "29de1b0bb8a46c5fb0f99f56392e96a8be28bd20a793479ad273237d8c98e1b9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1017dce4bc01fe7478a774bdf9c6f01b9c8754be1812507585fcba8345079533"
sha256 cellar: :any_skip_relocation, sonoma: "21544da7b0f62b9fd0ca837855edb939bd01ca3bf77674a6a57eec723eaa12b3"
sha256 cellar: :any_skip_relocation, ventura: "35238fc7ea6ae6f3ffdcaf38b64a0fdec9ecc73d670c1677b4e1228817051320"
sha256 cellar: :any_skip_relocation, monterey: "f8b02ccd3a23fea96615537f101abd3ead2a1444906d26b6108a9019508e8b95"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e197b5e3427f4a3979c9a85b819d48d6be8aafc168b5efa15d7c1f5f886afe8f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbb9f7bc8aea8231ad150e829a43eec918fec6fd1c0b53f0c0d7292ff96432f0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c529215209023473a75895082ffec3e51291559d97cedb20d8d3cada085251a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c328dc58a83bdb82f1ff8ac175b1b145b630399041c541199d5e6c009e13b431"
sha256 cellar: :any_skip_relocation, sonoma: "bed44b96025d6fb3a5c29f7b58f422e889c148c2d4ea7f5574de59290207feb6"
sha256 cellar: :any_skip_relocation, ventura: "72117f112c6d3868571f2354353cdbd4fdadefcd6b93e13d50d43ce9d6852156"
sha256 cellar: :any_skip_relocation, monterey: "495054e4b9b60d14c403c9114117a613b796c5e98f597fbe4093e518543c9a5f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "58b4dd76450606fbabb81a49fde2042772cd512eb41553eede8fccf230bb6ea1"
end

depends_on "pandoc" => :build
Expand Down

0 comments on commit fee3e9a

Please sign in to comment.