homebrew-cask/Casks/aria-maestosa.rb

20 lines
798 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aria-maestosa' do
version '1.4.13c'
sha256 '59d77eb575ed6dcd4d3caeddac78dfe26f44c272e25e480e55733f15428d0946'
2018-10-07 11:38:01 +08:00
# downloads.sourceforge.net/ariamaestosa was verified as official when first introduced to the cask
2016-07-31 14:09:48 +08:00
url "https://downloads.sourceforge.net/ariamaestosa/AriaMaestosa-osx-#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://sourceforge.net/projects/ariamaestosa/rss'
2015-01-04 11:12:22 +08:00
name 'Aria Maestosa'
2018-10-07 11:38:01 +08:00
homepage 'https://ariamaestosa.sourceforge.io/'
2014-09-16 00:05:15 +08:00
app "AriaMaestosa-#{version}/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