diff --git a/bucket/dz6.json b/bucket/dz6.json new file mode 100644 index 00000000000000..e056f490e8e8fc --- /dev/null +++ b/bucket/dz6.json @@ -0,0 +1,26 @@ +{ + "version": "0.7.0", + "description": "Fast Vim-inspired TUI hex editor", + "homepage": "https://dz6.dev.br", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/mentebinaria/dz6/releases/download/v0.7.0/dz6-x86_64-pc-windows-msvc.zip", + "hash": "90f82558ac56d910f997d2e5b6a20aad5967fb00b676bb77985c1ca7b0262b9f" + } + }, + "bin": "dz6.exe", + "checkver": { + "github": "https://github.com/mentebinaria/dz6" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mentebinaria/dz6/releases/download/v$version/dz6-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}