From 701233bf3bb6515ea9004794e9a2a3e6678fda42 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 22 Nov 2023 08:14:56 +0100 Subject: [PATCH] casks: Correct Aurulent's cask name [why] History of the cask name: It started as font-aurulentsansmono-nerd-font.rb, named by us (Nerd Font) https://github.com/Homebrew/homebrew-cask-fonts/commit/ecdf756a629ef0293da396fdccb60919ec2de135 Then it has been dash-i-fied font-aurulent-sans-mono-nerd-font.rb https://github.com/Homebrew/homebrew-cask-fonts/commit/e8c2732486e9b403397fc7508ceb6cb105632455 Then just one year ago the Nerd Font release CI got an overhaul and I (personally) put in font-aurulent-nerd-font.rb, despite the fact that I did look up all cask names and put them into a 'database' in our CI: c8cb5c7 casks: Hardcode cask names in fonts.json [how] Drop the wrong cask name (font-aurulent-nerd-font.rb) and use the more correct and older one (casks: Hardcode cask names in fonts.json) [note] See also https://github.com/Homebrew/homebrew-cask-fonts/pull/8704 Signed-off-by: Fini Jastrow --- bin/scripts/lib/fonts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scripts/lib/fonts.json b/bin/scripts/lib/fonts.json index 4bae4cc08e..b6f7335d8e 100644 --- a/bin/scripts/lib/fonts.json +++ b/bin/scripts/lib/fonts.json @@ -62,7 +62,7 @@ "folderName": "AurulentSansMono", "imagePreviewFont": "AurulentSansM Nerd Font", "linkPreviewFont": "aurulent", - "caskName": "aurulent", + "caskName": "aurulent-sans-mono", "repoRelease": true, "description": "Sans serif, designed by Stephen G. Hartke which also created Verily Serif" },