homebrew-cask/Casks/fl-studio.rb

14 lines
505 B
Ruby

cask "fl-studio" do
version "20.7.2.1170"
sha256 "d94f6f444b2ea9435d88882ade9a268ae09a83e433e6ea238b0f2ebab6335343"
url "http://demodownload.image-line.com/flstudio/flstudio_mac_#{version}.dmg"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://support.image-line.com/redirect/flstudio20_mac_installer"
name "FL Studio"
homepage "https://www.image-line.com/flstudio/"
pkg "Install FL Studio.pkg"
uninstall pkgutil: "com.Image-Line.pkg.FLStudio64"
end