From 320dff0ce91d86bab6890120c34f53209b0a6cb6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 23 Mar 2024 11:04:47 -0400 Subject: [PATCH 1/2] lsd 1.1.1 autobump: add lsd Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/l/lsd.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index b384b255eaa05..7622d337fab7d 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1113,6 +1113,7 @@ locust log4cxx logstash lout +lsd lsof luajit luarocks diff --git a/Formula/l/lsd.rb b/Formula/l/lsd.rb index c47dedab77ba0..83412b978a357 100644 --- a/Formula/l/lsd.rb +++ b/Formula/l/lsd.rb @@ -1,8 +1,8 @@ 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" From 1bcf6ae9c4638a9d04fb4ccf31f99aab72d45b78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:14:27 +0000 Subject: [PATCH 2/2] lsd: update 1.1.1 bottle. --- Formula/l/lsd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/l/lsd.rb b/Formula/l/lsd.rb index 83412b978a357..d7ab60a26623c 100644 --- a/Formula/l/lsd.rb +++ b/Formula/l/lsd.rb @@ -7,13 +7,13 @@ class Lsd < Formula 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