From 422346843d9030ca232a981340c936f751103145 Mon Sep 17 00:00:00 2001 From: claude-noether Date: Sun, 12 Jul 2026 23:44:24 +0200 Subject: [PATCH] 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 --- debian/lmcp/build-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/lmcp/build-deb.sh b/debian/lmcp/build-deb.sh index 10f7880f7..36406c499 100755 --- a/debian/lmcp/build-deb.sh +++ b/debian/lmcp/build-deb.sh @@ -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 -- 2.47.3