mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
684 B
JSON
22 lines
684 B
JSON
{
|
|
"version": "0.0.10",
|
|
"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.10/fq_0.0.10_windows_amd64.zip",
|
|
"hash": "4f21ad07e21d2ec74b0f68acb09b6300e6a434ad6666c0fca3fc26b09ded685d"
|
|
}
|
|
},
|
|
"bin": "fq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|