Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / a / aria-maestosa.rb
blobf4a422d87d4d5553e4f780c83ff7c88bffa37f32
1 cask "aria-maestosa" do
2   version "1.4.13"
3   sha256 "51e059957841d63b37af31297150b993034fc40b20fb84f006eb8fd0a75a349f"
5   url "https://downloads.sourceforge.net/ariamaestosa/AriaMaestosa-osx-64bits-#{version}.zip",
6       verified: "downloads.sourceforge.net/ariamaestosa/"
7   name "Aria Maestosa"
8   desc "Midi sequencer and editor"
9   homepage "https://ariamaestosa.github.io/ariamaestosa/docs/index.html"
11   app "Aria Maestosa.app"
13   zap trash: [
14     "~/Library/Application Support/Aria Maestosa",
15     "~/Library/Autosave Information/org.AriaMaestosa.plist",
16     "~/Library/Preferences/AriaMaestosa",
17     "~/Library/Saved Application State/org.AriaMaestosa.savedState",
18   ]
20   caveats do
21     requires_rosetta
22   end
23 end