homebrew-cask/Casks/fontlab.rb

13 lines
566 B
Ruby

cask 'fontlab' do
version '7.0.0.7264'
sha256 '761fec570778e5b1aea1eb640a15a6da563a3c80120ca5484b412b726b4cc30b'
# 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