homebrew-cask/Casks/fl-studio.rb

24 lines
657 B
Ruby

cask "fl-studio" do
version "21.0.2.2931"
sha256 "edf905ab2d813686dc4e41706e9c464ec49112c40443065e7a5eeae1937a4efb"
url "https://demodownload.image-line.com/flstudio/flstudio_mac_#{version}.dmg"
name "FL Studio"
desc "Digital audio production application"
homepage "https://www.image-line.com/flstudio/"
livecheck do
url "https://support.image-line.com/redirect/flstudio20_mac_installer"
strategy :header_match
end
pkg "Install FL Studio.pkg"
uninstall pkgutil: "com.Image-Line.pkg.FLStudio21"
zap trash: [
"~/Library/Caches/com.image-line.flstudio",
"~/Library/Preferences/com.image-line.flstudio.plist",
]
end