Update font formulas to use a consistent URL for font archives across multiple classes, ensuring reliable access for installation.
This commit is contained in:
parent
c05fd4b879
commit
04d79dd2dd
127 changed files with 127 additions and 127 deletions
|
|
@ -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/api/v4/projects/Fonts%2Fhomebrew-fonts/repository/archive.tar.gz?sha=main"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
|
|
|
|||
|
|
@ -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/api/v4/projects/Fonts%2Fhomebrew-fonts/repository/archive.tar.gz?sha=main"
|
||||
url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz"
|
||||
version "1.0.0"
|
||||
sha256 "" # This will need to be filled in after the first build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue