mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.18.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.18.0/aichat-v0.18.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "0dda721069cf0197a6e26369d317a7f6b709a242c9d9e34c2fe12d218705ab00"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.18.0/aichat-v0.18.0-i686-pc-windows-msvc.zip",
|
|
"hash": "34948a3c1faea06856714b1ab21a8f722cde27024756b936323807e749b961f0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|