Skip to content

Commit

Permalink
font-sudo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 3, 2024
1 parent c414534 commit 197ade7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/font-sudo.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
class FontSudo < Formula
desc "Sudo font"
homepage "https://github.com/jenskutilek/sudo-font/"
url "https://github.com/jenskutilek/sudo-font/releases/download/v1.4/sudo.zip"
version "1.4"
sha256 "cbb84bbfd5394734800f6156baf5253c03609ba871d971d4f7bd74f24effc9d5"
url "https://github.com/jenskutilek/sudo-font/releases/download/v2.0.0/sudo.zip"
version "2.0.0"
sha256 "525fecc3b57428e9f996e21a5cbbcb80e23b1c7198c7692b2f75b2046effc081"

def install
(share/"fonts").install Dir.glob("./**/SudoUIVariable.ttf")[0]
(share/"fonts").install Dir.glob("./**/SudoVariable.ttf")[0]
end

Expand Down

0 comments on commit 197ade7

Please sign in to comment.