Skip to content

Commit c9fe0a9

Browse files
zeldrishoo-l-a-voddrationaleHUMORCE
authored
claude-code: Add version 2.1.12 (#7489)
--------- Co-authored-by: Olav Rønnestad Birkeland <6450056+o-l-a-v@users.noreply.github.com> Co-authored-by: Dariel Dato-on <80038+oddrationale@users.noreply.github.com> Co-authored-by: HUMORCE <humorce@outlook.com>
1 parent 650ba4f commit c9fe0a9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

bucket/claude-code.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": "2.1.12",
3+
"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.",
4+
"homepage": "https://claude.com/product/claude-code",
5+
"license": {
6+
"identifier": "Proprietary",
7+
"url": "https://www.anthropic.com/legal/consumer-terms"
8+
},
9+
"notes": [
10+
"Claude Code requires git-bash (https://git-scm.com/downloads/win) to work.",
11+
"If installed but not in PATH, set the `CLAUDE_CODE_GIT_BASH_PATH` environment variable pointing to your `bash.exe`.",
12+
"For more information: https://code.claude.com/docs/en/setup#windows-setup",
13+
"",
14+
"`bash.exe` is included in PATH for Git installed via Scoop as of Jan 5, 2026. See:",
15+
"https://github.com/ScoopInstaller/Main/pull/7459",
16+
"If your Git was installed via Scoop, you might need to run `scoop update git -f` to pick up this change."
17+
],
18+
"suggest": {
19+
"git": "main/git"
20+
},
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.12/win32-x64/claude.exe",
24+
"hash": "6870fe061d6661bf56ec45e59cc29d5e3da14b9232399ef0dd7f7bf3a3f5b148"
25+
}
26+
},
27+
"bin": "claude.exe",
28+
"checkver": {
29+
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest",
30+
"regex": "([\\d.]+)"
31+
},
32+
"autoupdate": {
33+
"architecture": {
34+
"64bit": {
35+
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/win32-x64/claude.exe",
36+
"hash": {
37+
"url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/manifest.json",
38+
"jsonpath": "$.platforms.win32-x64.checksum"
39+
}
40+
}
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)