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
|
|
@ -131,7 +131,7 @@ python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files
|
|||
|
||||
- **Python:** Scripts are Python 3, standard library only (pathlib, shutil, argparse).
|
||||
- **Ruby:** Formulae are standard Homebrew Formula; they use `share/"fonts/truetype"`, etc., and optional `share/"<formula_name>"` for `other_files` content.
|
||||
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
|
||||
- **Homebrew URL in formulae:** `http://clancy.genet-godzilla.ts.net:8085/Fonts/homebrew-fonts/archive/main.tar.gz` (may need updating if the server or repo path changes).
|
||||
- **Ignored (`.gitignore`):** `*.ofm`, `*.cfg`, `*.g2n`, `.DS_Store`, `.setup_complete`, `.env/`, `.idea/`.
|
||||
|
||||
## Quick Reference for Agents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue