diff --git a/Formula/l/lsd.rb b/Formula/l/lsd.rb index ebf2da6fde85d..c47dedab77ba0 100644 --- a/Formula/l/lsd.rb +++ b/Formula/l/lsd.rb @@ -1,21 +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.0.0.tar.gz" - sha256 "ab34e9c85bc77cfa42b43bfb54414200433a37419f3b1947d0e8cfbb4b7a6325" + url "https://github.com/lsd-rs/lsd/archive/refs/tags/v1.1.0.tar.gz" + sha256 "4bbd180deeef2674e55724bb4297ee0442bea956e36f9c4cd2fcca4e82bb4026" license "Apache-2.0" head "https://github.com/lsd-rs/lsd.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "96842f513bc310991a5aed5d259fa2e3dcb28293c1f2582158fd2fc7825cebf3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b1fe94fff7fef86679f860d60d5e59559d9fb9c5ed95087e16f8016e343d8d8a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9330a76224be3e560f26949615fc1b3651b2ec51537c52b2dcd4467c10db9646" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "8bd47f830bc20dbe0be8fdd92268d85d0f6c9091aa3976666db33d0766832925" - sha256 cellar: :any_skip_relocation, sonoma: "d24adcf6a92bb3e034dcf2b0250c41e8f20b0c6638f9058271b33fe5b5a8ac03" - sha256 cellar: :any_skip_relocation, ventura: "4731d6e0e3797d7aea0a06042a19879bf75c216e74115e9a06ed5b5fecd0760d" - sha256 cellar: :any_skip_relocation, monterey: "98f336d3681119672ec7bdcf796d5467a5f3ab32b50bbd03b4c5285ce8f1095d" - sha256 cellar: :any_skip_relocation, big_sur: "3109494fd5ddeb57d7a553c5a1e36ecfede0ba6ed5e909d3456ff144af7a34e7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d402f8a249cdda889a2df5b0f93e7b8002cdf4ebb52101f9235f09660d18a368" + 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" end depends_on "pandoc" => :build