homebrew-cask/Casks/windownaut.rb

11 lines
227 B
Ruby
Raw Normal View History

2014-07-07 23:25:59 +08:00
class Windownaut < Cask
2014-09-17 19:43:07 +08:00
version :latest
2014-07-07 23:25:59 +08:00
sha256 :no_check
url 'http://www.binarybakery.com/products/Windownaut.dmg'
homepage 'http://www.binarybakery.com/aprod/index.html'
2014-10-01 23:34:16 +08:00
license :unknown
2014-07-07 23:25:59 +08:00
2014-09-16 00:06:37 +08:00
app 'Windownaut.app'
2014-07-07 23:25:59 +08:00
end