homebrew-cask/Casks/aria-maestosa.rb

20 lines
726 B
Ruby

cask "aria-maestosa" do
version "1.4.13"
sha256 "51e059957841d63b37af31297150b993034fc40b20fb84f006eb8fd0a75a349f"
# downloads.sourceforge.net/ariamaestosa/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/ariamaestosa/AriaMaestosa-osx-64bits-#{version}.zip"
appcast "https://sourceforge.net/projects/ariamaestosa/rss"
name "Aria Maestosa"
homepage "https://ariamaestosa.sourceforge.io/"
app "Aria Maestosa.app"
zap trash: [
"~/Library/Preferences/AriaMaestosa",
"~/Library/Saved Application State/org.AriaMaestosa.savedState",
"~/Library/Autosave Information/org.AriaMaestosa.plist",
"~/Library/Application Support/Aria Maestosa",
]
end