From 9621d939bb8bbbb552d8df561d99178c1d90c82e Mon Sep 17 00:00:00 2001 From: claude-noether Date: Sun, 12 Jul 2026 23:14:15 +0200 Subject: [PATCH] lmcp/debian: bump build-deb.sh to 1.2.4 (PKGVER + UPSTREAM_TAG) The 1.2.4 changelog was bumped but build-deb.sh still pinned PKGVER=1.2.3 / UPSTREAM_TAG=v1.2.3, so check-already-published saw 1.2.3 in the pool and the lmcp-debian job skipped without publishing 1.2.4. Bump both so the .deb builds against the v1.2.4 tag. Co-Authored-By: Claude Opus 4.8 --- debian/lmcp/build-deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/lmcp/build-deb.sh b/debian/lmcp/build-deb.sh index 7b0a4fc68..10f7880f7 100755 --- a/debian/lmcp/build-deb.sh +++ b/debian/lmcp/build-deb.sh @@ -7,8 +7,8 @@ # package (Architecture: all, depends on lua + lua-socket). set -euo pipefail -PKGVER=1.2.3 -UPSTREAM_TAG=v1.2.3 +PKGVER=1.2.4 +UPSTREAM_TAG=v1.2.4 PKGREL=1 LMCP_TARBALL_SHA256=5def217c307eacaff2812d3b8116e556a6a117168b0e8972c64eddae72728f0c HERE=$(dirname "$(readlink -f "$0")") -- 2.47.3