lmcp: 1.0.0~rc1 -> 1.1.0
Tracks upstream lmcp v1.1.0 (commit 7e62f71). Closes 3 upstream issues: #11 (progress + cancellation), #18 (windows MSI sync), #20 (concurrent handler dispatch). Arch: pkgver=1.1.0 (no pre-release suffix this time). _tag back-translation kept so future rc bumps just need pkgver=X.Y.Z_rcN. Debian: PKGVER=1.1.0 (no ~ suffix). Changelog entry summarises the three closed issues + the zero- handler-source-changes invariant. New tarball sha256: d758a9504389528cb8940ea81bc8cf47afad8c01166aef3484ac4f5752445532 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
+3
-6
@@ -7,13 +7,10 @@
|
||||
# package (Architecture: all, depends on lua + lua-socket).
|
||||
set -euo pipefail
|
||||
|
||||
# Debian-conventional pre-release notation: 1.0.0~rc1 sorts BEFORE 1.0.0.
|
||||
# Upstream tag is v1.0.0-rc1 (with dash); UPSTREAM_TAG drives the source URL,
|
||||
# PKGVER feeds the Debian package version field.
|
||||
PKGVER=1.0.0~rc1
|
||||
UPSTREAM_TAG=v1.0.0-rc1
|
||||
PKGVER=1.1.0
|
||||
UPSTREAM_TAG=v1.1.0
|
||||
PKGREL=1
|
||||
LMCP_TARBALL_SHA256=81f9222264371735c196664382460261ef60a259348766bbd6fd2f49ea9d1e7e
|
||||
LMCP_TARBALL_SHA256=d758a9504389528cb8940ea81bc8cf47afad8c01166aef3484ac4f5752445532
|
||||
HERE=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
# Reproducible build: pin all file mtimes + ar member timestamps to a fixed
|
||||
|
||||
Reference in New Issue
Block a user