diff --git a/bucket/fq.json b/bucket/fq.json new file mode 100644 index 0000000000..69f790e5b3 --- /dev/null +++ b/bucket/fq.json @@ -0,0 +1,24 @@ +{ + "version": "0.0.4", + "description": "Tool, language and decoders for working with binary data.", + "homepage": "https://github.com/wader/fq", + "license": { + "identifier": "Unknown", + "url": "https://github.com/wader/fq/blob/master/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/wader/fq/releases/download/v0.0.4/fq_0.0.4_windows_amd64.zip", + "hash": "02faa89524d00ae7e52675ca2ac575fe734f91ba965b2c1cff422130d686f6e7" + } + }, + "bin": "fq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip" + } + } + } +}