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.
This commit is contained in:
Thushan Fernando 2022-02-10 22:17:27 +11:00 committed by GitHub
parent 2f72135fb9
commit f2ea7e0e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/fq.json Normal file
View File

@ -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"
}
}
}
}