Skip to content

Commit

Permalink
trashy: Add v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-mil committed Sep 5, 2024
1 parent 10f67d5 commit d998d5b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bucket/trashy.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit d998d5b

Please sign in to comment.