Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / z / zenbeats.rb
blob793c3babc386579c003c49259fc00d32ed69a85d
1 cask "zenbeats" do
2   version "3.1.8"
3   sha256 :no_check
5   url "https://static.roland.com/assets/media/pkg/Zenbeats_Installer.pkg"
6   name "Zenbeats"
7   desc "Music creation app"
8   homepage "https://www.roland.com/us/products/zenbeats/"
10   livecheck do
11     url "https://www.rolandcloud.com/news"
12     regex(/Zenbeats\s+v?(\d+(?:\.\d+)+)/i)
13   end
15   pkg "Zenbeats_Installer.pkg"
17   uninstall pkgutil: "jp.co.roland.zenbeats"
19   zap trash: [
20     "~/Library/Caches/com.juce.locks/juceAppLock_Roland Zenbeats",
21     "~/Library/Caches/jp.co.roland.zenbeats",
22     "~/Library/Saved Application State/jp.co.roland.zenbeats.savedState",
23   ]
25   caveats do
26     requires_rosetta
27   end
28 end