homebrew-cask/Casks/openvanilla.rb

11 lines
356 B
Ruby
Raw Normal View History

2014-01-14 19:16:05 +08:00
class Openvanilla < Cask
url 'http://dl.openvanilla.org/file/openvanilla/OpenVanilla-Installer-Mac-1.0.10.zip'
homepage 'http://openvanilla.org/'
version '1.0.10'
sha256 '7263f7518f79c766aae6f2029fe08858d4c8226bf83810f7b0c920b7e0989d91'
2014-01-14 19:16:05 +08:00
input_method 'OpenVanillaInstaller.app/Contents/Resources/OpenVanilla.app'
2014-01-21 04:07:02 +08:00
caveats do
logout
2014-01-14 19:16:05 +08:00
end
end