mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.22.0",
|
|
"description": "A powerful chatgpt cli",
|
|
"homepage": "https://github.com/sigoden/aichat",
|
|
"license": "MIT|Apache",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.22.0/aichat-v0.22.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "af4bff7dffa760a8fb5a247767cc3e58c6b01d429bb6afbff3a5e257e097e242"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.22.0/aichat-v0.22.0-i686-pc-windows-msvc.zip",
|
|
"hash": "c58c5c442062f6e29caafbb336eb5708893a101fe5f9042a7ee608c22aa1e3c7"
|
|
}
|
|
},
|
|
"bin": "aichat.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v$version/aichat-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|