homebrew-cask/Casks/tunewiki.rb

11 lines
216 B
Ruby
Raw Normal View History

2012-10-23 07:11:41 +08:00
class Tunewiki < Cask
2014-09-17 19:43:06 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://www.tunewiki.com/download/desktop/TuneWiki_Installer.dmg'
homepage 'http://www.tunewiki.com/'
2014-10-01 23:34:09 +08:00
license :unknown
2014-09-16 00:06:32 +08:00
app 'TuneWiki.app'
2012-10-23 07:11:41 +08:00
end