ScoopInstaller_Main/bucket/claude-code.json
2026-01-24 00:42:45 +00:00

44 lines
2.1 KiB
JSON

{
"version": "2.1.19",
"description": "An agentic coding tool built by Anthropic that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows.",
"homepage": "https://claude.com/product/claude-code",
"license": {
"identifier": "Proprietary",
"url": "https://www.anthropic.com/legal/consumer-terms"
},
"notes": [
"Claude Code requires git-bash (https://git-scm.com/downloads/win) to work.",
"If installed but not in PATH, set the `CLAUDE_CODE_GIT_BASH_PATH` environment variable pointing to your `bash.exe`.",
"For more information: https://code.claude.com/docs/en/setup#windows-setup",
"",
"`bash.exe` is included in PATH for Git installed via Scoop as of Jan 5, 2026. See:",
"https://github.com/ScoopInstaller/Main/pull/7459",
"If your Git was installed via Scoop, you might need to run `scoop update git -f` to pick up this change."
],
"suggest": {
"git": "main/git"
},
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.19/win32-x64/claude.exe",
"hash": "68cf03a1fd538ceedbfbf139b886d146cf9af47aae22f8eac957ecefd2328930"
}
},
"bin": "claude.exe",
"checkver": {
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/win32-x64/claude.exe",
"hash": {
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/manifest.json",
"jsonpath": "$.platforms.win32-x64.checksum"
}
}
}
}
}