lmcp: bump to v0.5.2 (shell_bg + remote_shell_bg)
build and publish packages / distcc-avahi-aarch64 (push) Successful in 29s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 4s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 11:34:48 +02:00
parent a91516df60
commit 2ebaf04c47
3 changed files with 14 additions and 5 deletions
+3 -3
View File
@@ -7,16 +7,16 @@
# package (Architecture: all, depends on lua + lua-socket).
set -euo pipefail
PKGVER=0.5.1
PKGVER=0.5.2
PKGREL=1
LMCP_TARBALL_SHA256=7c15a00f586c52fc0963334ff86ad6981eb55c6d5211466b069b003dc9434952
LMCP_TARBALL_SHA256=5a5945e6f2511f440de8e961b82ec3deaab5e77cc9208c9999e831fbc33d702d
HERE=$(dirname "$(readlink -f "$0")")
# Reproducible build: pin all file mtimes + ar member timestamps to a fixed
# epoch tied to this packaging release (lmcp v0.3.0 — 2026-04-14 22:00 UTC).
# Without this, repeat builds produce different byte streams and reprepro
# refuses re-includes with "size expected: X, got: Y".
export SOURCE_DATE_EPOCH=1776602907
export SOURCE_DATE_EPOCH=1776677688
work=$(mktemp -d)
trap "rm -rf $work" EXIT