mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.26.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.26.0/aichat-v0.26.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "04996c4f12feadf51ec38287f2fae7a361b053276ff80dba7830b540503ba2cd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/aichat/releases/download/v0.26.0/aichat-v0.26.0-i686-pc-windows-msvc.zip",
|
|
"hash": "016bc041d63fecd232f650973a133bc254c1ca937e9f4dc091cb1310d3c490db"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|