mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.15.0",
|
|
"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.15.0/fq_0.15.0_windows_amd64.zip",
|
|
"hash": "3f58b332a7afd86eacb6f1c11797e1f37818af61146463cb8a18f4bb46094ab4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v0.15.0/fq_0.15.0_windows_arm64.zip",
|
|
"hash": "0421625f87b7c4c523d571497765637361ada6f6d61f328610645d6305a85eff"
|
|
}
|
|
},
|
|
"bin": "fq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|