homebrew-cask/Casks/fontlab.rb

13 lines
566 B
Ruby

cask 'fontlab' do
version '7.0.1.7276'
sha256 '0ce2655f7238c5b7a29308a124ba2e1790fafd4103a7545d779672f5354ca4f6'
# fontlab.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://fontlab.s3.amazonaws.com/fontlab-#{version.major}/#{version.split('.').last}/FontLab-#{version.major}-Mac-Install-#{version.split('.').last}.dmg"
appcast "https://download.fontlab.com/fontlab-#{version.major}/appcast-mac.xml"
name 'Fontlab'
homepage 'https://www.fontlab.com/font-editor/fontlab/'
app "FontLab #{version.major}.app"
end