From e5aefa522bf1fe70f800e11a090be932942135b2 Mon Sep 17 00:00:00 2001 From: delphinus Date: Wed, 11 Sep 2019 19:30:15 +0900 Subject: [PATCH 1/2] Use the latest SF Mono 15.0d5e1 --- sfmono-square.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfmono-square.rb b/sfmono-square.rb index 2392495..9bea7dd 100644 --- a/sfmono-square.rb +++ b/sfmono-square.rb @@ -18,7 +18,7 @@ class SfmonoSquare < Formula resource "sfmono" do url "https://developer.apple.com/design/downloads/SF-Mono.dmg" - sha256 "55799d9c23369cf5db3dcd07a4543e39a39f93c2ccd7028d0195a20cbb2fa2ea" + sha256 "18d6cc85003bf024023fe80a5551eae281b530742f60af64ab526c07615724f7" end def install From 06c83888e7e96aae03742db261a3464f46e7e9fb Mon Sep 17 00:00:00 2001 From: delphinus Date: Wed, 11 Sep 2019 19:42:27 +0900 Subject: [PATCH 2/2] Update formula to use new version --- sfmono-square.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sfmono-square.rb b/sfmono-square.rb index 9bea7dd..c853cf1 100644 --- a/sfmono-square.rb +++ b/sfmono-square.rb @@ -3,9 +3,9 @@ class SfmonoSquare < Formula desc "Square-sized SF Mono + Japanese fonts + nerd-fonts" homepage "https://github.com/delphinus/homebrew-sfmono-square" - url "https://github.com/delphinus/homebrew-sfmono-square/archive/v1.2.1.tar.gz" - sha256 "445d4c6b7e706199cd33624ebeb223d044705e96c5ed063303b76afbe198a780" - version "1.2.1" + url "https://github.com/delphinus/homebrew-sfmono-square/archive/v1.2.2.tar.gz" + sha256 "50e5a44c2e772fe93112f073c4acaf4409142b83dd3762c3cb74a94bb544277d" + version "1.2.2" head "https://github.com/delphinus/homebrew-sfmono-square.git" depends_on "fontforge" => :build