From: Felipe Correa da Silva Sanches Date: Thu, 12 Mar 2026 20:06:57 +0000 (+0000) Subject: Tai Heritage Pro: add commit hash to METADATA.pb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670b231de4715944bc8faf66406f476bf54d754a;p=thirdparty%2Fgoogle%2Ffonts.git Tai Heritage Pro: add commit hash to METADATA.pb Assisted by an AI agent (Claude Opus 4.6) --- diff --git a/ofl/taiheritagepro/METADATA.pb b/ofl/taiheritagepro/METADATA.pb index 586ee5082..3273d7e1a 100644 --- a/ofl/taiheritagepro/METADATA.pb +++ b/ofl/taiheritagepro/METADATA.pb @@ -42,5 +42,6 @@ source { dest_file: "TaiHeritagePro-Bold.ttf" } branch: "master" + commit: "1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c" } primary_script: "Tavt" diff --git a/ofl/taiheritagepro/upstream_info.md b/ofl/taiheritagepro/upstream_info.md new file mode 100644 index 000000000..b818079e0 --- /dev/null +++ b/ofl/taiheritagepro/upstream_info.md @@ -0,0 +1,15 @@ +# Tai Heritage Pro — Source Metadata Investigation +**Model**: Claude Opus 4.6 +**Date**: 2026-03-12 + +## Source Repository +- **URL**: https://github.com/silnrsi/font-taiheritagepro +- **Commit**: `1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c` +- **Status**: Commit hash was added to existing source block + +## What Was Done +The source block in METADATA.pb already contained a repository_url, archive_url pointing to the v2.600 release, and a branch field. The commit hash corresponding to the v2.600 release tag was retrieved from the GitHub API (`refs/tags/v2.600` points directly to commit `1ac0dd04cf5dd23435f37cecfe825e0eaf230a4c`). The commit field was added to the source block. The hash was verified via `gh api repos/silnrsi/font-taiheritagepro/commits/{hash}`. + +## Notes +- The source block uses an archive_url referencing the v2.600 release zip rather than direct file references from the repository tree. The commit hash recorded corresponds to the tagged release commit. +- Repository is maintained by SIL International.