homebrew-cask/Casks/adventure.rb

12 lines
309 B
Ruby
Raw Normal View History

class Adventure < Cask
2014-09-17 19:42:36 +08:00
version :latest
sha256 :no_check
url 'http://www.lobotomo.com/products/downloads/Adventure.dmg'
2014-05-14 21:39:58 +08:00
appcast 'http://www.lobotomo.com/products/Adventure/profileInfo.php'
homepage 'http://www.lobotomo.com/products/Adventure/index.html'
license :gratis
2014-09-16 00:05:13 +08:00
app 'Adventure.app'
end