claude-his-agent: bump to v0.1.7 (Gitea bug-filing convention)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 11:32:49 +02:00
parent a4182851ed
commit a91516df60
3 changed files with 12 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.6
PKGVER=0.1.7
PKGREL=1
HIS_TARBALL_SHA256=93a8e596612c36ff35ef11c31a6e9bf996f99a2c3b69317894cc3d1e0a52afea
HIS_TARBALL_SHA256=8cadbd0ac86b227306eff031764030eda24cb46314772bfb3aed68003489ce03
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=1776542456
export SOURCE_DATE_EPOCH=1776677569
work=$(mktemp -d)
trap "rm -rf $work" EXIT