From 9af9c983d3b83db8bd79b6b1fc7d3757bc899ba1 Mon Sep 17 00:00:00 2001 From: Jackson Miller Date: Thu, 5 Sep 2024 15:52:17 -0400 Subject: [PATCH] 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 00000000000000..ceb32fee0a1eb3 --- /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" + } + } + } +} \ No newline at end of file