homebrew-cask/Casks/aria-maestosa.rb

20 lines
780 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'aria-maestosa' do
version '1.4.13'
sha256 '51e059957841d63b37af31297150b993034fc40b20fb84f006eb8fd0a75a349f'
2018-10-07 11:38:01 +08:00
# 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"
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/'
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