claude-his-agent: bump to v0.1.5 (+zeroconf in DISTCC_HOSTS)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 21:37:28 +02:00
parent dc1d053da1
commit 1e884d74c0
3 changed files with 14 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.4
PKGVER=0.1.5
PKGREL=1
HIS_TARBALL_SHA256=27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d
HIS_TARBALL_SHA256=e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a
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=1776442169
export SOURCE_DATE_EPOCH=1776541048
work=$(mktemp -d)
trap "rm -rf $work" EXIT