homebrew-cask/Casks/pollev-presenter.rb

15 lines
564 B
Ruby

cask 'pollev-presenter' do
version '2.6.9'
sha256 'b250f3e614a061fd7613aa739a4c44533d9e783cbee7f301a11ab5c8930d9820'
# amazonaws.com is the official download host per the appcast feed
url "https://polleverywhere-app.s3.amazonaws.com/mac-beta/v#{version}/pollev.dmg"
appcast 'https://polleverywhere-app.s3.amazonaws.com/mac-beta/appcast.xml',
:sha256 => 'b3355e30d546ab71a940383dac5d5a129a49126bbbf1d3fba915726e07106add'
name 'PollEv Presenter'
homepage 'https://www.polleverywhere.com/'
license :gratis
app 'PollEv Presenter.app'
end