Update Homebrew formula URLs to use the new API endpoint for font archives, ensuring consistent access across font classes.

This commit is contained in:
Matt Troutman 2025-05-19 12:15:39 -05:00
parent 749dc7d418
commit 02c8c16f92
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class HomebrewFormulaGenerator:
class Font{formula_name.capitalize()} < Formula
desc "Font: {formula_name}"
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/-/archive/main/homebrew-fonts-main.tar.gz"
url "http://clancy.genet-godzilla.ts.net:3002/api/v4/projects/Fonts%2Fhomebrew-fonts/repository/archive.tar.gz?sha=main"
version "1.0.0"
sha256 "" # This will need to be filled in after the first build

View file

@ -2,7 +2,7 @@
class GenetGodzillaFonts < Formula
desc "Font collection from Genet Godzilla"
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/-/archive/main/homebrew-fonts-main.tar.gz"
url "http://clancy.genet-godzilla.ts.net:3002/api/v4/projects/Fonts%2Fhomebrew-fonts/repository/archive.tar.gz?sha=main"
version "1.0.0"
sha256 "" # This will need to be filled in after the first build