Skip to content

Commit

Permalink
font-plangothic updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jul 19, 2024
1 parent 932fb37 commit 38cac32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/font-plangothic.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class FontPlangothic < Formula
desc "Plangothic font"
homepage "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project"
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1.8.5760.tar.gz"
version "1.8.5760"
sha256 "aa5f27a28a275743ee7a667c7f6cee14702c9ed5439ffc0f04c9d7da0384c34c"
url "https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V1.8.5764.tar.gz"
version "1.8.5764"
sha256 "5d4e3f113e1aaf9f95f2733e3ebd677a5853d17426f649058bd637487af27a85"

def install
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (allideo).ttf")[0]
(share/"fonts").install Dir.glob("./**/PlangothicP2-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/PlangothicP1-Regular (allideo).otf")[0]
(share/"fonts").install Dir.glob("./**/PlangothicP2-Regular.otf")[0]
end

test do
Expand Down

0 comments on commit 38cac32

Please sign in to comment.