homebrew-cask/Casks/hush.rb

12 lines
229 B
Ruby
Raw Normal View History

2014-03-20 01:51:28 +08:00
class Hush < Cask
2014-09-17 19:42:48 +08:00
version :latest
sha256 :no_check
url 'https://coffitivity.com/hush/files/Hush.dmg.zip'
homepage 'http://coffitivity.com/hush/'
2014-10-01 23:33:03 +08:00
license :unknown
2014-10-09 23:40:46 +08:00
container :nested => 'Hush.dmg'
2014-09-16 00:05:42 +08:00
app 'Hush.app'
2014-03-20 01:51:28 +08:00
end