aboutsummaryrefslogtreecommitdiffstats
path: root/claude-desktop-bin/claude-desktop-bin.nvchecker
blob: 04849f688f94e638aa2167f99bca40fd096a2814 (plain)
1
2
3
4
5
6
# Claude Desktop has no github/pypi release feed; the source of truth is the
# Anthropic apt repo Packages index. nvchecker has no native apt/deb source,
# so use the cmd source to parse the highest Version: out of the index.
[claude-desktop-bin]
source = "cmd"
cmd = "curl -fsSL https://downloads.claude.ai/claude-desktop/apt/stable/dists/stable/main/binary-amd64/Packages | awk '/^Version:/{print $2}' | sort -V | tail -1"