homebrew-cask/Casks/volt.rb

13 lines
403 B
Ruby
Raw Normal View History

cask 'volt' do
2019-03-06 08:06:16 +08:00
version '0.76'
sha256 'ab050199b52cb59f6dfcdcaac53bba4b13936481b4e3f9d69e64a5562c498cdd'
# 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