homebrew-cask/Casks/osu.rb

16 lines
581 B
Ruby
Raw Normal View History

2016-05-14 21:10:48 +08:00
cask 'osu' do
version '20151017'
sha256 '5677ee299ea9e271546e6ab56b9d3abe002d4295c9529a5b917f5af167dcd477'
url "https://m1.ppy.sh/osu%21-#{version}.dmg"
2016-05-14 21:10:48 +08:00
name 'osu!'
homepage 'https://osu.ppy.sh/'
2016-05-14 21:10:48 +08:00
app 'osu!.app'
2016-11-06 20:22:55 +08:00
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/osu!.wineskin.prefs.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/osu!20275532226wine.wineskin.prefs.sfl',
]
2016-05-14 21:10:48 +08:00
end