Skip to content

Commit

Permalink
Add Winamp 0.8.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah authored and rolandwalker committed Dec 1, 2014
1 parent a6b16a4 commit 7f49a23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Casks/winamp.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cask :v1 => 'winamp' do
version '0.8.1.13'
sha256 '9f7aecc5d424be8dc6e6e853449f3fef28ea8bcac3be09db1026f3e9039806dd'

# macupdate.com is the official download host per the vendor homepage
url "http://dl.macupdate.com/prod/Winamp-#{version}.dmg"
homepage 'http://www.winamp.com/'
license :closed

app 'Winamp.app'

zap :delete => [
'~/Library/Application Support/com.nullsoft.Winamp',
'~/Library/Preferences/com.nullsoft.Winamp.plist',
'~/Library/Caches/com.nullsoft.Winamp'
]
end

0 comments on commit 7f49a23

Please sign in to comment.