diff --git a/bucket/usbtree.json b/bucket/usbtree.json new file mode 100644 index 0000000000000..d3aa5094812ac --- /dev/null +++ b/bucket/usbtree.json @@ -0,0 +1,27 @@ +{ + "version": "0.1.1", + "description": "A cross-platform TUI for inspecting USB devices.", + "homepage": "https://gnomeria.github.io/usbtree", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/gnomeria/usbtree/releases/download/v0.1.1/usbtree_0.1.1_windows-amd64.zip", + "hash": "2d315b069fc3bf51a11911a2d4b44be0f4f48e3b5f9e10f47c7109a45b182e4d" + } + }, + "bin": "usbtree.exe", + "checkver": { + "github": "https://github.com/gnomeria/usbtree" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gnomeria/usbtree/releases/download/v$version/usbtree_$version_windows-amd64.zip", + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "$sha256\\s+$basename" + } + } + } + } +}