From f2ea7e0e107a50dc1b0a7c1011c2bf793db23ba4 Mon Sep 17 00:00:00 2001 From: Thushan Fernando Date: Thu, 10 Feb 2022 22:17:27 +1100 Subject: [PATCH] fq: Add version 0.0.4 (#3295) * Adds initial fq to bucket. * Update license * Updates license to point to the URL as it's underterminable officially. * Adds identifier for license object marking as freeware. * Changes freeware to unknown as per recommendation. --- bucket/fq.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/fq.json 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" + } + } + } +}