From c4e64b78cfa24ccf5132735525adcb5a533b5118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:31:05 +0000 Subject: [PATCH] lsd: Update to version 1.2.0 --- bucket/lsd.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/lsd.json b/bucket/lsd.json index 35161289a3..24ca02f99f 100644 --- a/bucket/lsd.json +++ b/bucket/lsd.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "description": "The next gen ls command", "homepage": "https://github.com/lsd-rs/lsd", "license": "Apache-2.0", @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.5/lsd-v1.1.5-x86_64-pc-windows-msvc.zip", - "hash": "0260b74376ced7a699a9e86eec1b5aa4cf1ad739c30829e0b53fc1be4adeaba1", - "extract_dir": "lsd-v1.1.5-x86_64-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v1.2.0/lsd-v1.2.0-x86_64-pc-windows-msvc.zip", + "hash": "a65b9f457153934a7ce1f7e0fe1c4922a95bb2822222126e4fbaa6ee9c0d78e5", + "extract_dir": "lsd-v1.2.0-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.5/lsd-v1.1.5-i686-pc-windows-msvc.zip", - "hash": "2ddfc138df2cc33b9dff7351377ada6eb422f12f619cb5495406a9e2f7c1223c", - "extract_dir": "lsd-v1.1.5-i686-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v1.2.0/lsd-v1.2.0-i686-pc-windows-msvc.zip", + "hash": "f7462f5963cfda1d1ff83ca3685e3f662fcbf275da9104b6f9508dfe9d084d80", + "extract_dir": "lsd-v1.2.0-i686-pc-windows-msvc" } }, "bin": "lsd.exe",