homebrew-cask/Casks/volt.rb

13 lines
403 B
Ruby
Raw Normal View History

cask 'volt' do
2019-03-07 18:07:24 +08:00
version '0.80'
sha256 '0496831e619afeea7336bfd234bcf415ef615c25e817cd3390faf1a300e655f6'
# github.com/voltapp/volt was verified as official when first introduced to the cask
2019-02-17 21:45:16 +08:00
url "https://github.com/voltapp/volt/releases/download/#{version}/Volt.dmg"
appcast 'https://github.com/voltapp/volt/releases.atom'
name 'Volt'
2019-03-06 08:06:16 +08:00
homepage 'https://volt-app.com/'
app 'Volt.app'
end