homebrew-cask/Casks/openvanilla.rb

17 lines
577 B
Ruby

cask 'openvanilla' do
version '1.3.4'
sha256 '2fd9ea6779bfd94b7899744a0e30b075667b8d4957232f662d28cb634e05847f'
# github.com/openvanilla/openvanilla was verified as official when first introduced to the cask
url "https://github.com/openvanilla/openvanilla/releases/download/#{version}/OpenVanilla-Installer-Mac-#{version}.zip"
appcast 'https://github.com/openvanilla/openvanilla/releases.atom'
name 'OpenVanilla'
homepage 'https://openvanilla.org/'
input_method 'OpenVanillaInstaller.app/Contents/Resources/OpenVanilla.app'
caveats do
logout
end
end