From 4d005b1ad93104820c219b31a5caf72263c93a8f Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Fri, 22 Mar 2024 09:26:04 -0700 Subject: [PATCH] lsd 1.1.0 --- Formula/l/lsd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/lsd.rb b/Formula/l/lsd.rb index ebf2da6fde85d..fba26817891e0 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.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"