mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.21.1",
|
|
"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.21.1/aichat-v0.21.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ef5edafceffec94b5ebd3f3f9ab536be429b07676c354201296b56e11ac4fa39"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.21.1/aichat-v0.21.1-i686-pc-windows-msvc.zip",
|
|
"hash": "a1471a9ebf6a58eb00fd0e5b499ba0fa59b0d2be653da1d7cd6c042011dd3a32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|