homebrew-cask/Casks/windownaut.rb

14 lines
420 B
Ruby
Raw Normal View History

2014-11-14 01:27:21 +08:00
cask :v1 => 'windownaut' do
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'
2015-01-23 06:32:25 +08:00
name 'Windownaut'
2015-05-28 04:32:31 +08:00
appcast 'http://www.binarybakery.com/products/windownaut-appcast.xml',
:sha256 => '66a74e75906524b5b52bcdc412e2d3931f0b30ebf508cc47f106922a1bb51df4'
2014-12-25 01:55:31 +08:00
homepage 'http://www.binarybakery.com/aprod/windownaut.html'
2015-11-12 04:46:48 +08:00
license :commercial
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