From 9599deb94e5f576d0868d1bdf253fe0afef5b516 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:49:48 +0000 Subject: [PATCH] lrcget: Update to version 0.9.2 --- bucket/lrcget.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/lrcget.json b/bucket/lrcget.json index 15bdd11..796091d 100644 --- a/bucket/lrcget.json +++ b/bucket/lrcget.json @@ -1,10 +1,10 @@ { - "version": "0.9.1", + "version": "0.9.2", "description": "Utility for mass-downloading LRC synced lyrics for your offline music library. ", "homepage": "https://github.com/tranxuanthang/lrcget", "license": "MIT", - "url": "https://github.com/tranxuanthang/lrcget/releases/download/0.9.1/LRCGET_0.9.1_x64_en-US.msi", - "hash": "72A60B0C8A97FE15FBFBCF57EA65E341C8DCB48B8CD8E412603B3F759150B5CF", + "url": "https://github.com/tranxuanthang/lrcget/releases/download/0.9.2/LRCGET_0.9.2_x64_en-US.msi", + "hash": "b00170f4d54f527490474b9df91472868cf6a22eaa53f7fe12bfbe3a9251d531", "extract_dir": "PFiles\\LRCGET", "bin": "LRCGET.exe", "shortcuts": [ @@ -13,7 +13,7 @@ "LRCGET" ] ], - "post_uninstall":[ + "post_uninstall": [ "Remove-Item -Recurse -Force \"$env:LOCALAPPDATA\\net.lrclib.lrcget\"", "Remove-Item -Recurse -Force \"$env:APPDATA\\net.lrclib.lrcget\"" ],