mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"version": "1.24012.9",
|
|
"description": "Next generation AI assistant built by Anthropic.",
|
|
"homepage": "https://claude.com/product/overview",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://www.anthropic.com/legal/consumer-terms"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-1.24012.9-full.nupkg",
|
|
"hash": "sha1:a9fbf5ab6795d41b27c907558eb2f53047be6a0d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-1.24012.9-full.nupkg",
|
|
"hash": "sha1:b2fe48ad2f3b3b7c9dafaf857bf8424c0fee91c9"
|
|
}
|
|
},
|
|
"extract_dir": "lib\\net45",
|
|
"shortcuts": [
|
|
[
|
|
"claude.exe",
|
|
"Claude"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://downloads.claude.ai/releases/win32/x64/RELEASES",
|
|
"regex": "([\\d.]+)-full",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.claude.ai/releases/win32/x64/AnthropicClaude-$version-full.nupkg",
|
|
"hash": {
|
|
"url": "https://downloads.claude.ai/releases/win32/x64/RELEASES"
|
|
}
|
|
},
|
|
"arm64": {
|
|
"url": "https://downloads.claude.ai/releases/win32/arm64/AnthropicClaude-$version-full.nupkg",
|
|
"hash": {
|
|
"url": "https://downloads.claude.ai/releases/win32/arm64/RELEASES"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|