diff --git a/bucket/trashy.json b/bucket/trashy.json new file mode 100644 index 0000000000000..685f3b79152e3 --- /dev/null +++ b/bucket/trashy.json @@ -0,0 +1,21 @@ +{ + "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#/trash.exe", + "hash": "b4fe6577613c624c874e8d1e4ff941694989242b569c99a723d12a4f5cfd11f6" + } + }, + "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#/trashy.exe" + } + } + } +}