claude-his-agent: bump to v0.1.6 (pump-mode runbook note)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 22:00:56 +02:00
parent 1e884d74c0
commit 6a97649c1d
3 changed files with 13 additions and 5 deletions
+3 -3
View File
@@ -3,14 +3,14 @@
# Mirrors the lmcp/build-deb.sh pattern.
set -euo pipefail
PKGVER=0.1.5
PKGVER=0.1.6
PKGREL=1
HIS_TARBALL_SHA256=e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a
HIS_TARBALL_SHA256=93a8e596612c36ff35ef11c31a6e9bf996f99a2c3b69317894cc3d1e0a52afea
HERE=$(dirname "$(readlink -f "$0")")
# Reproducible build: pin mtimes + ar member timestamps to a fixed epoch
# tied to this release (v0.1.0, 2026-04-17 11:30 UTC).
export SOURCE_DATE_EPOCH=1776541048
export SOURCE_DATE_EPOCH=1776542456
work=$(mktemp -d)
trap "rm -rf $work" EXIT