Skip to content

Commit

Permalink
font-lilex updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jul 21, 2024
1 parent 542e125 commit 3f68ad7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/font-lilex.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class FontLilex < Formula
desc "Lilex font"
homepage "https://github.com/mishamyrt/Lilex"
url "https://github.com/mishamyrt/Lilex/releases/download/2.510/Lilex.zip"
version "2.510"
sha256 "2fd9cf5d12ca390bba8c487f189f78e5900e7f6f7d6a702d6ed5074c26260537"
url "https://github.com/mishamyrt/Lilex/releases/download/2.520/Lilex.zip"
version "2.520"
sha256 "c19cac5d41d763f6edd92fed1799e2522ee994452ab6ce979bbcedcef187c46d"

def install
(share/"fonts").install Dir.glob("./**/Lilex-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-ExtraLight.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-ExtraThick.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-Thin.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex-VF.ttf")[0]
(share/"fonts").install Dir.glob("./**/Lilex?wght?.ttf")[0]
end

test do
Expand Down

0 comments on commit 3f68ad7

Please sign in to comment.