trashy: Add version 2.0.0 (#6169)

This commit is contained in:
jack-mil 2025-02-14 08:03:04 -05:00 committed by GitHub
parent 69401fe313
commit d866336536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/trashy.json Normal file
View File

@ -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#/trash.exe"
}
}
}
}