From 4e10c37e0abc24c620519e279fa80e6c18345a56 Mon Sep 17 00:00:00 2001 From: Aaron-212 Date: Tue, 14 May 2024 15:01:38 +0800 Subject: [PATCH] fix font-wix-madefor-text changed the url to the upstream repo one and added the sha256 checksum --- Casks/font-wix-madefor-text.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Casks/font-wix-madefor-text.rb b/Casks/font-wix-madefor-text.rb index bb8e42e24948..873eda7d313e 100644 --- a/Casks/font-wix-madefor-text.rb +++ b/Casks/font-wix-madefor-text.rb @@ -1,16 +1,14 @@ cask "font-wix-madefor-text" do - version :latest - sha256 :no_check + version "3.100" + sha256 "7fdbd012ca9e245d7c177a341bdbdf789521590e175322a9013c035981138f1c" - url "https://github.com/google/fonts.git", - verified: "github.com/google/fonts", - branch: "main", - only_path: "ofl/wixmadefortext" + url "https://github.com/wix-incubator/wixmadefor/releases/download/#{version}/wixmadefor-fonts.zip", + verified: "github.com/wix-incubator/wixmadefor/" name "Wix Madefor Text" homepage "https://fonts.google.com/specimen/Wix+Madefor+Text" - font "WixMadeforText[wght].ttf" - font "WixMadeforText-Italic[wght].ttf" + font "wixmadefor-fonts/fonts/variable/WixMadeforText[wght].ttf" + font "wixmadefor-fonts/fonts/variable/WixMadeforText-Italic[wght].ttf" # No zap stanza required end