mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
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:
parent
2f72135fb9
commit
f2ea7e0e10
24
bucket/fq.json
Normal file
24
bucket/fq.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user