homebrew-cask/Casks/curse-client.rb

11 lines
357 B
Ruby
Raw Normal View History

2014-01-01 03:15:33 +08:00
class CurseClient < Cask
version '4.0.0.425'
sha256 'f76eda5d21b85ee4db080c794a3e852ecadaa71fe2d32308d698d95286f36a1f'
2014-01-01 03:15:33 +08:00
url 'http://addons.cursecdn.com/files/595/169/Curse_Client-4.0.0.425.dmg'
2014-06-12 03:55:38 +08:00
appcast 'http://www.curseforge.com/projects/curse-client-osx/sparkle.xml?type=b'
2014-01-01 03:15:33 +08:00
homepage 'http://www.curse.com/client'
2014-01-01 03:15:33 +08:00
link 'Curse Client.app'
end