diff --git a/.fontfoldercleanup/create_homebrew_formula.py b/.fontfoldercleanup/create_homebrew_formula.py index 07dbc75..05761be 100755 --- a/.fontfoldercleanup/create_homebrew_formula.py +++ b/.fontfoldercleanup/create_homebrew_formula.py @@ -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 diff --git a/.fontfoldercleanup/tap_config.rb b/.fontfoldercleanup/tap_config.rb index 938083e..0a6a5d3 100644 --- a/.fontfoldercleanup/tap_config.rb +++ b/.fontfoldercleanup/tap_config.rb @@ -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