homebrew-cask/Casks/fl-studio.rb

24 lines
657 B
Ruby

cask "fl-studio" do
version "20.8.4.2072"
sha256 "7c1645f35273804f01ba033dd8ee32bad9fd7a23174cc54e515dce3136a2867f"
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.FLStudio64"
zap trash: [
"~/Library/Caches/com.image-line.flstudio",
"~/Library/Preferences/com.image-line.flstudio.plist",
]
end