mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
22 lines
681 B
JSON
22 lines
681 B
JSON
{
|
|
"version": "0.0.9",
|
|
"description": "Tool, language and decoders for working with binary data.",
|
|
"homepage": "https://github.com/wader/fq",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.0.9/fq_0.0.9_windows_amd64.zip",
|
|
"hash": "627a9ae6db42c93d113f303b5a232d6f286d8ba643a53cbea623d5416c470115"
|
|
}
|
|
},
|
|
"bin": "fq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|