mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
Update Claude Desktop download URLs to version 1.1.7464
Updated download URLs resolved from official redirect endpoints. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
4
build.sh
4
build.sh
@@ -77,13 +77,13 @@ detect_architecture() {
|
||||
|
||||
case "$raw_arch" in
|
||||
x86_64)
|
||||
claude_download_url='https://downloads.claude.ai/releases/win32/x64/1.1.7203/Claude-034f0796e916559a4e40673b6ee944c25a8478b2.exe'
|
||||
claude_download_url='https://downloads.claude.ai/releases/win32/x64/1.1.7464/Claude-2809b60543935626ef2d64d6bed0988205948463.exe'
|
||||
architecture='amd64'
|
||||
claude_exe_filename='Claude-Setup-x64.exe'
|
||||
echo 'Configured for amd64 (x86_64) build.'
|
||||
;;
|
||||
aarch64)
|
||||
claude_download_url='https://downloads.claude.ai/releases/win32/arm64/1.1.7203/Claude-034f0796e916559a4e40673b6ee944c25a8478b2.exe'
|
||||
claude_download_url='https://downloads.claude.ai/releases/win32/arm64/1.1.7464/Claude-2809b60543935626ef2d64d6bed0988205948463.exe'
|
||||
architecture='arm64'
|
||||
claude_exe_filename='Claude-Setup-arm64.exe'
|
||||
echo 'Configured for arm64 (aarch64) build.'
|
||||
|
||||
@@ -17,16 +17,16 @@
|
||||
}:
|
||||
let
|
||||
pname = "claude-desktop";
|
||||
version = "1.1.7203";
|
||||
version = "1.1.7464";
|
||||
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url = "https://downloads.claude.ai/releases/win32/x64/1.1.7203/Claude-034f0796e916559a4e40673b6ee944c25a8478b2.exe";
|
||||
hash = "sha256-LGNs/1EGL/+UbnVpZ+FqdryX3PmewnfHpyBlkJzzHLw=";
|
||||
url = "https://downloads.claude.ai/releases/win32/x64/1.1.7464/Claude-2809b60543935626ef2d64d6bed0988205948463.exe";
|
||||
hash = "sha256-6osUxRaofQWzsUq7iD/9GmBEOXMyMaYnC0/ShLKPYHk=";
|
||||
};
|
||||
aarch64-linux = fetchurl {
|
||||
url = "https://downloads.claude.ai/releases/win32/arm64/1.1.7203/Claude-034f0796e916559a4e40673b6ee944c25a8478b2.exe";
|
||||
hash = "sha256-KO3ZELrdpuxk27YDGAfGYyRM9fX7rCbZwRHq+dsNLwo=";
|
||||
url = "https://downloads.claude.ai/releases/win32/arm64/1.1.7464/Claude-2809b60543935626ef2d64d6bed0988205948463.exe";
|
||||
hash = "sha256-5Ao+1NUvG4dz0G19Hz3IBEscZNycT/IJxpS51WZPdpA=";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user