lmcp/debian: fix build-deb.sh LMCP_TARBALL_SHA256 for v1.2.4

PR #112 bumped PKGVER/UPSTREAM_TAG to 1.2.4 but left LMCP_TARBALL_SHA256 at the
1.2.3 hash, so the sha256 -c check failed on the v1.2.4 tarball and lmcp-debian
errored. Update the pinned hash to the v1.2.4 archive.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
claude-noether
2026-07-12 23:44:24 +02:00
parent c7d0d5ed7b
commit 422346843d
+1 -1
View File
@@ -10,7 +10,7 @@ set -euo pipefail
PKGVER=1.2.4
UPSTREAM_TAG=v1.2.4
PKGREL=1
LMCP_TARBALL_SHA256=5def217c307eacaff2812d3b8116e556a6a117168b0e8972c64eddae72728f0c
LMCP_TARBALL_SHA256=e8ede94e93f5f2bbc8bacbc795c17640772ecd62855e820394c00f2f3be5b42c
HERE=$(dirname "$(readlink -f "$0")")
# Reproducible build: pin all file mtimes + ar member timestamps to a fixed