From f7388b245ca811cb9b8f3fe005f9765a5daa9bd4 Mon Sep 17 00:00:00 2001 From: DoveBoy <393366046@qq.com> Date: Tue, 29 Aug 2023 17:25:21 +0800 Subject: [PATCH] lsd: Update to version 1.0.0 (#5052) * Redirect 'homepage' * Fix 'autoupdate' --- bucket/lsd.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bucket/lsd.json b/bucket/lsd.json index 4af74cf394..1e8ead00a2 100644 --- a/bucket/lsd.json +++ b/bucket/lsd.json @@ -1,21 +1,21 @@ { - "version": "0.23.1", + "version": "1.0.0", "description": "The next gen ls command", - "homepage": "https://github.com/Peltoche/lsd", + "homepage": "https://github.com/lsd-rs/lsd", "license": "Apache-2.0", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { - "url": "https://github.com/Peltoche/lsd/releases/download/0.23.1/lsd-0.23.1-x86_64-pc-windows-msvc.zip", - "hash": "4666763af99d7867aa9795101560baeb053ccba12ba99a906e9a197b70e756a5", - "extract_dir": "lsd-0.23.1-x86_64-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v1.0.0/lsd-v1.0.0-x86_64-pc-windows-msvc.zip", + "hash": "2e458de6521e9d9b0a9b3d361bb77698158efaeacab43d3bb7af7e03bb92ddb9", + "extract_dir": "lsd-v1.0.0-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/Peltoche/lsd/releases/download/0.23.1/lsd-0.23.1-i686-pc-windows-msvc.zip", - "hash": "e6aff15f93a3ac7d183c1f4bbaa8081fcbe1f4dc8e4e12248859c85449258566", - "extract_dir": "lsd-0.23.1-i686-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v1.0.0/lsd-v1.0.0-i686-pc-windows-msvc.zip", + "hash": "78b755a510f491885eaf79e114b9464f44e367475d17f7aed12a538db36ab173", + "extract_dir": "lsd-v1.0.0-i686-pc-windows-msvc" } }, "bin": "lsd.exe", @@ -23,12 +23,12 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-x86_64-pc-windows-msvc.zip", - "extract_dir": "lsd-$version-x86_64-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "lsd-v$version-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-i686-pc-windows-msvc.zip", - "extract_dir": "lsd-$version-i686-pc-windows-msvc" + "url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-i686-pc-windows-msvc.zip", + "extract_dir": "lsd-v$version-i686-pc-windows-msvc" } } }