Skip to content

Commit 6c17be1

Browse files
committed
font-plangothic updated
1 parent 4d37ec6 commit 6c17be1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/font-plangothic.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class FontPlangothic < Formula
22
desc "Plangothic font"
33
homepage "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project"
4-
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1.9.5769.tar.gz"
5-
version "1.9.5769"
6-
sha256 "d58680d8a71ab80ec47bb6ce6d896cd528d01a7ee782298d312e2c4883d54a7e"
4+
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V2.9.5771.tar.gz"
5+
version "2.9.5771"
6+
sha256 "7cec6a938a3fbd3ef58c9e6f06d32282277d86e17c3634de72f0adf427ad41ca"
77

88
def install
9+
(share/"fonts").install Dir.glob("./**/Plangothic.ttc")[0]
910
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (allideo).otf")[0]
1011
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (fallback).otf")[0]
11-
(share/"fonts").install Dir.glob("./**/PlangothicP2-Regular.otf")[0]
1212
end
1313

1414
test do

0 commit comments

Comments
 (0)