Update Gitea URL from port 3002 to 8085 and add sha256 to formulae
All formulae were failing to download because the archive URL pointed to the old Gitea port (3002). Updated to port 8085 and computed the correct sha256 hash for the archive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ba45f7ea77
commit
91d5ffad9d
137 changed files with 406 additions and 406 deletions
|
|
@ -48,6 +48,6 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
|
|||
## Key Constraints
|
||||
|
||||
- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency.
|
||||
- Formulae download from `http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`.
|
||||
- Formulae download from `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`.
|
||||
- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking).
|
||||
- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue