homebrew-cask/Casks/inky.rb

10 lines
153 B
Ruby
Raw Normal View History

class Inky < Cask
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-09-04 01:29:57 +08:00
url 'https://inky.com/mail/InkyInstall.dmg'
homepage 'http://inky.com'
2014-09-16 00:05:44 +08:00
app 'Inky.app'
end