mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.28.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.28.0/aichat-v0.28.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e3c815f14d4cb56e6d34faac845c3c599d95e55aa6415d1adb3ad3cb73d6b703"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.28.0/aichat-v0.28.0-i686-pc-windows-msvc.zip",
|
|
"hash": "5864991940f4265aeca8ccdadc2fd68fb7df9afa85d4ef8cce62bedd5acb9ff9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|