homebrew-cask/Casks/hush.rb

11 lines
206 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-03-20 01:51:28 +08:00
nested_container 'Hush.dmg'
2014-09-16 00:05:42 +08:00
app 'Hush.app'
2014-03-20 01:51:28 +08:00
end