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:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user