Update Homebrew formula URLs to use the new API endpoint for font archives, ensuring consistent access across font classes.
This commit is contained in:
parent
749dc7d418
commit
02c8c16f92
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class HomebrewFormulaGenerator:
|
||||||
class Font{formula_name.capitalize()} < Formula
|
class Font{formula_name.capitalize()} < Formula
|
||||||
desc "Font: {formula_name}"
|
desc "Font: {formula_name}"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
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"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "" # This will need to be filled in after the first build
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
class GenetGodzillaFonts < Formula
|
class GenetGodzillaFonts < Formula
|
||||||
desc "Font collection from Genet Godzilla"
|
desc "Font collection from Genet Godzilla"
|
||||||
homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts"
|
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"
|
version "1.0.0"
|
||||||
sha256 "" # This will need to be filled in after the first build
|
sha256 "" # This will need to be filled in after the first build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue