Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / s / sunvox.rb
blob4e2c29f0347ea13bdce44627ca7d3ee14fe9c717
1 cask "sunvox" do
2   version "2.1.2b"
3   sha256 "281e98e6e2855ed06b98965c18b3f174b9425e77bf8b06c5c17f5aa64f2c9f6f"
5   url "https://www.warmplace.ru/soft/sunvox/sunvox-#{version}.zip"
6   name "SunVox"
7   desc "Modular synthesiser"
8   homepage "https://www.warmplace.ru/soft/sunvox/"
10   livecheck do
11     url :homepage
12     regex(/href=.*?sunvox[._-]v?(\d+(?:\.\d+)+[a-z]?)\.zip/i)
13   end
15   depends_on macos: ">= :high_sierra"
17   app "sunvox/sunvox/macos/SunVox.app"
19   zap trash: [
20     "/Applications/sunvox_log.txt",
21     "~/Library/Application Support/SunVox",
22     "~/Library/Preferences/nightradio.SunVox.plist",
23     "~/Library/Saved Application State/nightradio.SunVox.savedState",
24   ]
25 end