From d998d5ba81b39608e2c778ae804b938953465e18 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:38:24 -0400 Subject: [PATCH 1/2] trashy: Add v2.0.0 Closes #5211 --- bucket/trashy.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/trashy.json diff --git a/bucket/trashy.json b/bucket/trashy.json new file mode 100644 index 0000000000000..c7d35f06575e5 --- /dev/null +++ b/bucket/trashy.json @@ -0,0 +1,22 @@ +{ + "version": "2.0.0", + "description": "A cli system trash manager, alternative to rm and trash-cli ", + "homepage": "https://github.com/oberblastmeister/trashy", + "license": "Apache-2.0|MIT", + "architecture": { + "64bit": { + "url": "https://github.com/oberblastmeister/trashy/releases/download/v2.0.0/trash-x86_64-pc-windows-msvc.exe", + "hash": "b4fe6577613c624c874e8d1e4ff941694989242b569c99a723d12a4f5cfd11f6" + } + }, + "pre_install": "Rename-Item $dir\\trash-x86_64-pc-windows-msvc.exe $dir\\trash.exe", + "bin": "trash.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/oberblastmeister/trashy/releases/download/v$version/trash-x86_64-pc-windows-msvc.exe" + } + } + } +} From 20f1edb2fb42a12309e0e58bcb8731fae955cb8e Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:46:33 -0400 Subject: [PATCH 2/2] trashy: rename download inline with "#/" --- bucket/trashy.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bucket/trashy.json b/bucket/trashy.json index c7d35f06575e5..685f3b79152e3 100644 --- a/bucket/trashy.json +++ b/bucket/trashy.json @@ -5,17 +5,16 @@ "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/oberblastmeister/trashy/releases/download/v2.0.0/trash-x86_64-pc-windows-msvc.exe", + "url": "https://github.com/oberblastmeister/trashy/releases/download/v2.0.0/trash-x86_64-pc-windows-msvc.exe#/trash.exe", "hash": "b4fe6577613c624c874e8d1e4ff941694989242b569c99a723d12a4f5cfd11f6" } }, - "pre_install": "Rename-Item $dir\\trash-x86_64-pc-windows-msvc.exe $dir\\trash.exe", "bin": "trash.exe", "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/oberblastmeister/trashy/releases/download/v$version/trash-x86_64-pc-windows-msvc.exe" + "url": "https://github.com/oberblastmeister/trashy/releases/download/v$version/trash-x86_64-pc-windows-msvc.exe#/trashy.exe" } } }