homebrew-cask/Casks/trufont.rb

13 lines
435 B
Ruby

cask 'trufont' do
version '0.5.0'
sha256 'bdc20b8e11f51b58595a8ed2ff2e6a9684a581c739ed5c1fd500ca8b8cd05fcb'
# github.com/trufont/trufont/ was verified as official when first introduced to the cask
url "https://github.com/trufont/trufont/releases/download/#{version}/TruFont.app.zip"
appcast 'https://github.com/trufont/trufont/releases.atom'
name 'TruFont'
homepage 'https://trufont.github.io/'
app 'TruFont.app'
end