Skip to content

Commit

Permalink
font-juliamono updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Jan 10, 2025
1 parent 1c09c08 commit 43862b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/font-juliamono.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class FontJuliamono < Formula
desc "Juliamono font"
homepage "https://github.com/cormullion/juliamono"
url "https://github.com/cormullion/juliamono/releases/download/v0.058/JuliaMono-ttf.tar.gz"
version "0.058"
sha256 "513b9851d980cf4abc58ffee7c32819b0c7c995e9d8557fddc1d37016432726b"
homepage "https://juliamono.netlify.app/"
url "https://github.com/cormullion/juliamono/releases/download/v0.059/JuliaMono-ttf.tar.gz",
verified: "github.com/cormullion/juliamono/"
version "0.059"
sha256 "e072777a94437519d9bda7eb5cf21b570a090802266d09827ab8b6bc84d13097"

def install
(share/"fonts").install Dir.glob("./**/JuliaMono-Black.ttf")[0]
Expand Down

0 comments on commit 43862b8

Please sign in to comment.