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'
2019-06-17 17:23:16 +08:00
sha256 'fb25337fd6992aa2aca19f3ed282f67bd7faae52df20b86aa2a0bb43c0daf1e3'
# 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