excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sunvox.rb
blob45e3b9b1afa758cfd075aab13c193ac70d11ea03
1 cask "sunvox" do
2   version "2.1.2"
3   sha256 "5dfd1aa368cd34c2abdb234952c7ba9a44d99d03d67476db5d809227e3f70344"
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 "https://www.warmplace.ru/soft/sunvox/changelog.txt"
12     regex(/^v(\d+(?:\.\d+)*[a-z]?)\s*\(\d+/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