Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Feb 23, 2024
1 parent 4abee1c commit c623ae5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Formula/font-linux-libertine.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
class FontLinuxLibertine < Formula
version "5.3.0_2012_07_02"
version "5.3.0,2012_07_02"
sha256 "24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d"
url "https://downloads.sourceforge.net/linuxlibertine/LinLibertineTTF_#{version}.tgz", verified: "downloads.sourceforge.net/linuxlibertine/"
url "https://downloads.sourceforge.net/linuxlibertine/LinLibertineTTF_#{version.to_s.tr(",", "_")}.tgz", verified: "downloads.sourceforge.net/linuxlibertine/"
desc "Linux Libertine"
desc "Libre multilingual serif font"
homepage "http://linuxlibertine.org/"
# The regex below specifically matches filenames with a version and optional

# date. One release (5.0.0) only used a date, so that will be treated as the

# newest version until it's no longer in the RSS feed.

def install
(share/"fonts").install "LinLibertine_DRah.ttf"
(share/"fonts").install "LinLibertine_I.ttf"
Expand Down

0 comments on commit c623ae5

Please sign in to comment.