mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
22 lines
681 B
JSON
22 lines
681 B
JSON
{
|
|
"version": "0.0.8",
|
|
"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.8/fq_0.0.8_windows_amd64.zip",
|
|
"hash": "2335edbef091793e6fcb4978db61a9cdc970bb4c341d366e7f3fb5a90b69a250"
|
|
}
|
|
},
|
|
"bin": "fq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|