Skip to content

Commit

Permalink
font-cubic-11 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jun 30, 2024
1 parent faa6886 commit 48766b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/font-cubic-11.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class FontCubic11 < Formula
desc "Cubic 11 font"
homepage "https://github.com/ACh-K/Cubic-11"
url "https://github.com/ACh-K/Cubic-11/archive/refs/tags/v1.200.tar.gz"
version "1.200"
sha256 "903e9dc53652edd85273766f30329a83503a8fe147f536f63f853646cf04d676"
url "https://github.com/ACh-K/Cubic-11/archive/refs/tags/v1.300.tar.gz"
version "1.300"
sha256 "1db4f204bbac140a386216ec7762eb616eb2cb67f8dc56d8de3f14de0d28b21a"

def install
(share/"fonts").install Dir.glob("./**/Cubic-11-1.200/fonts/ttf/Cubic_11_1.200_R.ttf")[0]
(share/"fonts").install Dir.glob("./**/Cubic-11-1.300/fonts/ttf/Cubic_11_1.300_R.ttf")[0]
end

test do
Expand Down

0 comments on commit 48766b2

Please sign in to comment.