Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / h / helio.rb
blobcec059e4f5920012c7902e321ca451d9d2d084d8
1 cask "helio" do
2   version "3.14"
3   sha256 "7d850e8d84b0723d3e253abb8e01b02ad3909f10209793c5169a60dd47a0ece4"
5   url "https://ci.helio.fm/helio-#{version}.dmg"
6   name "Helio"
7   desc "Music composition software"
8   homepage "https://helio.fm/"
10   livecheck do
11     url :homepage
12     regex(/href=.*?helio[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
13   end
15   auto_updates true
17   app "Helio.app"
19   uninstall quit: "fm.helio"
21   zap trash: [
22         "~/Library/Caches/fm.helio",
23         "~/Library/Caches/Helio",
24         "~/Library/Helio",
25         "~/Library/HTTPStorages/fm.helio",
26         "~/Library/Saved Application State/fm.helio.savedState",
27       ],
28       rmdir: "~/Documents/Helio"
29 end